We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d65c48 commit 200deb6Copy full SHA for 200deb6
README.md
@@ -60,7 +60,8 @@ required to be contained in only [`!Unpin`] types.
60
61
[stdlib]: https://doc.rust-lang.org/std/cell/struct.UnsafeCell.html
62
[`.get()`]: UnsafeAliasCell::get
63
-[`!Unpin`]: Unpin
+[`!Unpin`]: https://doc.rust-lang.org/std/marker/trait.Unpin.html
64
+[`Unpin`]: https://doc.rust-lang.org/std/marker/trait.Unpin.html
65
[LLVM]: https://llvm.org/
66
[`UnsafeAliasCell<T>`]: https://docs.rs/unsafe-alias-cell/latest/unsafe_alias_cell/struct.UnsafeAliasCell.html
67
[`UnsafeCell<T>`]: https://doc.rust-lang.org/std/cell/struct.UnsafeCell.html
0 commit comments