Skip to content

Commit cc4c14b

Browse files
committed
modify style problem
1 parent 8de5f2b commit cc4c14b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/type-layout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,8 +624,8 @@ fn err<const N: usize>(t: &T<N>) -> &[u16] {
624624
```
625625

626626
Note: This is a hard error, not a lint. Implementations may determine the
627-
targets ABI alignment either directly from the borrowed type, orwhen the full
628-
layout of an array is unavailable in generic contextsby using the element types
627+
target's ABI alignment either directly from the borrowed type, or---when the full
628+
layout of an array is unavailable in generic contexts---by using the element type's
629629
alignment (align([T]) == align(T)). The check must remain conservative and never
630630
permit creating misaligned references.
631631

0 commit comments

Comments
 (0)