We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39440f0 commit 2c51252Copy full SHA for 2c51252
alloc/src/vec/mod.rs
@@ -304,8 +304,7 @@ mod spec_extend;
304
///
305
/// - **uninit** represents memory that is not initialized, see [`MaybeUninit`].
306
/// - Note: the ABI is not stable and `Vec` makes no guarantees about its memory
307
-/// layout (including the order of fields). See [the section about
308
-/// guarantees](#guarantees).
+/// layout (including the order of fields).
309
310
/// `Vec` will never perform a "small optimization" where elements are actually
311
/// stored on the stack for two reasons:
0 commit comments