Skip to content

Commit 2c51252

Browse files
pickfirem-ou-se
andauthored
Remove link to current section
Co-authored-by: Mara Bos <[email protected]>
1 parent 39440f0 commit 2c51252

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

alloc/src/vec/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,7 @@ mod spec_extend;
304304
///
305305
/// - **uninit** represents memory that is not initialized, see [`MaybeUninit`].
306306
/// - 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).
307+
/// layout (including the order of fields).
309308
///
310309
/// `Vec` will never perform a "small optimization" where elements are actually
311310
/// stored on the stack for two reasons:

0 commit comments

Comments
 (0)