Skip to content

Commit

Permalink
Update compiler/rustc_index/src/vec.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Wesley Wiser <[email protected]>
  • Loading branch information
dev-ardi and wesleywiser authored Jan 26, 2024
1 parent ee8510e commit 00ada8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_index/src/vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 00ada8e

Please sign in to comment.