doc: remove stray comma
This commit is contained in:
parent
c4788c26ad
commit
cc2176d3fe
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ Raw pointers that own an allocation is such a pervasive pattern that the
|
|||
standard library made a utility for itself called `Unique<T>` which:
|
||||
|
||||
* wraps a `*const T` for variance
|
||||
* includes a `PhantomData<T>`,
|
||||
* includes a `PhantomData<T>`
|
||||
* auto-derives Send/Sync as if T was contained
|
||||
* marks the pointer as NonZero for the null-pointer optimization
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue