Skip to content

Commit 2dc423d

Browse files
authored
remove space at the end of line
1 parent cbbff21 commit 2dc423d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ was wrapped in a newtype `struct` with the same `align` modifier.
551551

552552
> Note: References to unaligned fields are not allowed because it is [undefined behavior].
553553
> When fields are unaligned due to an alignment modifier, consider the following options for using references and dereferences:
554-
>
554+
>
555555
> ```rust
556556
> #[repr(packed)]
557557
> struct Packed {

0 commit comments

Comments
 (0)