mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
no_inline for index vec
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user