Skip to content

Commit 00ada8e

Browse files
Update compiler/rustc_index/src/vec.rs
Co-authored-by: Wesley Wiser <[email protected]>
1 parent ee8510e commit 00ada8e

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_index/src

1 file changed

+1
-0
lines changed

compiler/rustc_index/src/vec.rs

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ use crate::{Idx, IndexSlice};
1818
/// you almost certainly want to use a [`newtype_index!`]-generated type instead.
1919
///
2020
/// This allows to index the IndexVec with the new index type.
21+
///
2122
/// [`newtype_index!`]: ../macro.newtype_index.html
2223
#[derive(Clone, PartialEq, Eq, Hash)]
2324
#[repr(transparent)]

0 commit comments

Comments
 (0)