Skip to content

Commit

Permalink
no_inline for index vec
Browse files Browse the repository at this point in the history
  • Loading branch information
heiseish committed Sep 20, 2024
1 parent 2f6b061 commit ff86fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_index/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ mod vec;
pub use idx::Idx;
pub use rustc_index_macros::newtype_index;
pub use slice::IndexSlice;
#[doc(no_inline)]
pub use vec::IndexVec;

/// Type size assertion. The first argument is a type and the second argument is its expected size.
Expand Down

0 comments on commit ff86fa5

Please sign in to comment.