Remove link to current section

Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
This commit is contained in:
Ivan Tham 2021-01-21 13:18:12 +08:00 committed by GitHub
parent 9f338e18af
commit 9844d9ee97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -304,8 +304,7 @@ mod spec_extend;
///
/// - **uninit** represents memory that is not initialized, see [`MaybeUninit`].
/// - Note: the ABI is not stable and `Vec` makes no guarantees about its memory
/// layout (including the order of fields). See [the section about
/// guarantees](#guarantees).
/// layout (including the order of fields).
///
/// `Vec` will never perform a "small optimization" where elements are actually
/// stored on the stack for two reasons: