We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8be35b2 + ce08025 commit 3e6e100Copy full SHA for 3e6e100
src/phantom-data.md
@@ -96,9 +96,7 @@ Here’s a table of all the wonderful ways `PhantomData` could be used:
96
| `PhantomData<&'a mut T>` | variant | invariant |
97
| `PhantomData<*const T>` | - | variant |
98
| `PhantomData<*mut T>` | - | invariant |
99
-| `PhantomData<fn(T)>` | - | contravariant (*) |
+| `PhantomData<fn(T)>` | - | contravariant |
100
| `PhantomData<fn() -> T>` | - | variant |
101
| `PhantomData<fn(T) -> T>` | - | invariant |
102
| `PhantomData<Cell<&'a ()>>` | invariant | - |
103
-
104
-(*) If contravariance gets scrapped, this would be invariant.
0 commit comments