mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
no_inline for index vec
This commit is contained in:
parent
2f6b0618b2
commit
ff86fa50fb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user