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.
2 parents b3f6175 + 08e0678 commit 244f953Copy full SHA for 244f953
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