Skip to content

Commit 1a7fa48

Browse files
committed
removed different edit
1 parent 7811820 commit 1a7fa48

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
@@ -89,7 +89,7 @@ Pointers to unsized types are sized. The size and alignment is guaranteed to be
8989
at least equal to the size and alignment of a pointer.
9090

9191
> [!NOTE]
92-
> Though you should not rely on this, all pointers to <abbr title="Dynamically Sized Types">DSTs</abbr> have the same alignment as usize.
92+
> 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.
9393
9494
r[layout.array]
9595
## Array Layout

0 commit comments

Comments
 (0)