Skip to content

Commit ff86fa5

Browse files
committed
no_inline for index vec
1 parent 2f6b061 commit ff86fa5

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

Diff for: compiler/rustc_index/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ mod vec;
1717
pub use idx::Idx;
1818
pub use rustc_index_macros::newtype_index;
1919
pub use slice::IndexSlice;
20+
#[doc(no_inline)]
2021
pub use vec::IndexVec;
2122

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

0 commit comments

Comments
 (0)