You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/type-layout.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -109,8 +109,7 @@ Slices have the same layout as the section of the array they slice.
109
109
r[layout.str]
110
110
## `str` Layout
111
111
112
-
String slices are a UTF-8 representation of characters that have the same layout as slices of type `[u8]`.
113
-
A reference `&str` has the same layout as a reference `&[u8]`.
112
+
String slices are a UTF-8 representation of characters that have the same layout as slices of type `[u8]`. A reference `&str` has the same layout as a reference `&[u8]`.
0 commit comments