We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7588653 commit b0de620Copy full SHA for b0de620
src/doc/nomicon/phantom-data.md
@@ -50,7 +50,7 @@ struct Vec<T> {
50
}
51
```
52
53
-Unlike the previous example it *appears* that everything is exactly as we
+Unlike the previous example, it *appears* that everything is exactly as we
54
want. Every generic argument to Vec shows up in at least one field.
55
Good to go!
56
@@ -84,4 +84,3 @@ standard library made a utility for itself called `Unique<T>` which:
84
* 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