Skip to content

Commit a9b0966

Browse files
joshlfdtolnay
andauthored
Update library/core/src/alloc/layout.rs
Co-authored-by: David Tolnay <dtolnay@gmail.com>
1 parent 25b8102 commit a9b0966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/alloc/layout.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ impl Layout {
131131

132132
/// The minimum byte alignment for a memory block of this layout.
133133
///
134-
/// The returned alignment is guaranteed to be a non-zero power of two.
134+
/// The returned alignment is guaranteed to be a power of two.
135135
#[stable(feature = "alloc_layout", since = "1.28.0")]
136136
#[rustc_const_stable(feature = "const_alloc_layout_size_align", since = "1.50.0")]
137137
#[must_use = "this returns the minimum alignment, \

0 commit comments

Comments
 (0)