Skip to content

Commit 9d622d9

Browse files
Rollup merge of rust-lang#34848 - tshepang:patch-1, r=apasel422
doc: remove stray comma
2 parents f7e4545 + cc2176d commit 9d622d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/nomicon/phantom-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Raw pointers that own an allocation is such a pervasive pattern that the
8181
standard library made a utility for itself called `Unique<T>` which:
8282

8383
* wraps a `*const T` for variance
84-
* includes a `PhantomData<T>`,
84+
* includes a `PhantomData<T>`
8585
* auto-derives Send/Sync as if T was contained
8686
* marks the pointer as NonZero for the null-pointer optimization
8787

0 commit comments

Comments
 (0)