We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b76bb0 commit c266b8bCopy full SHA for c266b8b
src/libcore/alloc/layout.rs
@@ -258,7 +258,7 @@ impl Layout {
258
259
/// Creates a layout describing the record for `self` followed by
260
/// `next`, including any necessary padding to ensure that `next`
261
- /// will be properly aligned, but no trailing padding. Note that
+ /// will be properly aligned, but *no trailing padding*. Note that
262
/// the resulting layout will satisfy the alignment properties of
263
/// both `self` and `next`, in order to ensure field alignment.
264
///
0 commit comments