We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4788c2 commit cc2176dCopy full SHA for cc2176d
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