We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7e4545 + cc2176d commit 9d622d9Copy full SHA for 9d622d9
src/doc/nomicon/phantom-data.md
@@ -81,7 +81,7 @@ Raw pointers that own an allocation is such a pervasive pattern that the
81
standard library made a utility for itself called `Unique<T>` which:
82
83
* wraps a `*const T` for variance
84
-* includes a `PhantomData<T>`,
+* includes a `PhantomData<T>`
85
* auto-derives Send/Sync as if T was contained
86
* marks the pointer as NonZero for the null-pointer optimization
87
0 commit comments