We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913931b commit a21aa24Copy full SHA for a21aa24
src/type-layout.md
@@ -69,9 +69,9 @@ Pointers to sized types have the same size and alignment as `usize`.
69
Pointers to unsized types are sized. The size and alignment is guaranteed to be
70
at least equal to the size and alignment of a pointer.
71
72
-> Note: Though you should not rely on this, all pointers to <abbr
73
-> title="Dynamically Sized Types">DSTs</abbr> are currently twice the size of
74
-> the size of `usize` and have the same alignment.
+> Note: Though you should not rely on this, all pointers to
+> <abbr title="Dynamically Sized Types">DSTs</abbr> are currently twice the
+> size of the size of `usize` and have the same alignment.
75
76
## Array Layout
77
0 commit comments