remove space at the end of line

This commit is contained in:
Andrius Pukšta 2023-06-15 16:24:19 +03:00 committed by GitHub
parent cbbff21d04
commit 2dc423d693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ was wrapped in a newtype `struct` with the same `align` modifier.
> Note: References to unaligned fields are not allowed because it is [undefined behavior].
> When fields are unaligned due to an alignment modifier, consider the following options for using references and dereferences:
>
>
> ```rust
> #[repr(packed)]
> struct Packed {