no_inline for index vec
This commit is contained in:
parent
2f6b0618b2
commit
ff86fa50fb
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue