Skip to content

Commit

Permalink
Update alloc.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Mar 7, 2020
1 parent 545ef9d commit 09d3ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcore/alloc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ impl Layout {

/// Creates a `NonNull` that is dangling, but well-aligned for this Layout.
///
/// Note that the pointer value may potentially represent a valid pointer to
/// 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"
/// sentinel value. Types that lazily allocate must track initialization by
/// some other means.
#[unstable(feature = "alloc_layout_extra", issue = "55724")]
Expand Down

0 comments on commit 09d3ba1

Please sign in to comment.