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.
1 parent 90a6f4e commit 08e0678Copy full SHA for 08e0678
text/2349-pin.md
@@ -231,7 +231,7 @@ impl<T: ?Sized> PinBox<T> {
231
```
232
233
These APIs make `PinBox` a reasonable way of handling data which does not
234
-implement `!Unpin`. Once you heap allocate that data inside of a `PinBox`, you
+implement `Unpin`. Once you heap allocate that data inside of a `PinBox`, you
235
know that it will never change address again, and you can hand out `Pin`
236
references to that data.
237
0 commit comments