about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArdi <47633543+dev-ardi@users.noreply.github.com>2024-01-26 08:37:37 +0100
committerGitHub <noreply@github.com>2024-01-26 08:37:37 +0100
commit00ada8e30cb32a45dcac70630a8d4645a3ab393b (patch)
tree74ef9b56e94f2165bf1f7a1a40ded9cf17275f5e
parentee8510e4e13e723639e904cdc218e6f3013f0bb4 (diff)
downloadrust-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.rs1
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)]