diff options
| author | Ardi <47633543+dev-ardi@users.noreply.github.com> | 2024-01-26 08:37:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-26 08:37:37 +0100 |
| commit | 00ada8e30cb32a45dcac70630a8d4645a3ab393b (patch) | |
| tree | 74ef9b56e94f2165bf1f7a1a40ded9cf17275f5e | |
| parent | ee8510e4e13e723639e904cdc218e6f3013f0bb4 (diff) | |
| download | rust-00ada8e30cb32a45dcac70630a8d4645a3ab393b.tar.gz rust-00ada8e30cb32a45dcac70630a8d4645a3ab393b.zip | |
Update compiler/rustc_index/src/vec.rs
Co-authored-by: Wesley Wiser <wwiser@gmail.com>
| -rw-r--r-- | compiler/rustc_index/src/vec.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_index/src/vec.rs b/compiler/rustc_index/src/vec.rs index 73265eb8996..d876174e620 100644 --- a/compiler/rustc_index/src/vec.rs +++ b/compiler/rustc_index/src/vec.rs @@ -18,6 +18,7 @@ use crate::{Idx, IndexSlice}; /// you almost certainly want to use a [`newtype_index!`]-generated type instead. /// /// This allows to index the IndexVec with the new index type. +/// /// [`newtype_index!`]: ../macro.newtype_index.html #[derive(Clone, PartialEq, Eq, Hash)] #[repr(transparent)] |
