We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545ef9d commit 09d3ba1Copy full SHA for 09d3ba1
src/libcore/alloc.rs
@@ -142,8 +142,8 @@ impl Layout {
142
143
/// Creates a `NonNull` that is dangling, but well-aligned for this Layout.
144
///
145
- /// Note that the pointer value may potentially represent a valid pointer to
146
- /// a `T`, which means this must not be used as a "not yet initialized"
+ /// Note that the pointer value may potentially represent a valid pointer,
+ /// which means this must not be used as a "not yet initialized"
147
/// sentinel value. Types that lazily allocate must track initialization by
148
/// some other means.
149
#[unstable(feature = "alloc_layout_extra", issue = "55724")]
0 commit comments