Skip to content

Commit

Permalink
emphasize *no trailing padding*
Browse files Browse the repository at this point in the history
  • Loading branch information
CAD97 authored Apr 15, 2020
1 parent 1b76bb0 commit c266b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/alloc/layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ impl Layout {

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

0 comments on commit c266b8b

Please sign in to comment.