We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6b061 commit ff86fa5Copy full SHA for ff86fa5
compiler/rustc_index/src/lib.rs
@@ -17,6 +17,7 @@ mod vec;
17
pub use idx::Idx;
18
pub use rustc_index_macros::newtype_index;
19
pub use slice::IndexSlice;
20
+#[doc(no_inline)]
21
pub use vec::IndexVec;
22
23
/// Type size assertion. The first argument is a type and the second argument is its expected size.
0 commit comments