emphasize *no trailing padding*

This commit is contained in:
Christopher Durham 2020-04-15 15:50:31 -04:00 committed by GitHub
parent 1b76bb03fe
commit c266b8b98c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
///