Skip to content

Commit c266b8b

Browse files
authored
emphasize *no trailing padding*
1 parent 1b76bb0 commit c266b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/alloc/layout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ impl Layout {
258258

259259
/// Creates a layout describing the record for `self` followed by
260260
/// `next`, including any necessary padding to ensure that `next`
261-
/// will be properly aligned, but no trailing padding. Note that
261+
/// will be properly aligned, but *no trailing padding*. Note that
262262
/// the resulting layout will satisfy the alignment properties of
263263
/// both `self` and `next`, in order to ensure field alignment.
264264
///

0 commit comments

Comments
 (0)