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 64afb05 commit dfa7becCopy full SHA for dfa7bec
README.md
@@ -62,3 +62,7 @@ required to be contained in only [`!Unpin`] types.
62
[`.get()`]: UnsafeAliasCell::get
63
[`!Unpin`]: Unpin
64
[LLVM]: https://llvm.org/
65
+[`UnsafeAliasCell<T>`]: https://docs.rs/unsafe-alias-cell/latest/unsafe_alias_cell/struct.UnsafeAliasCell.html
66
+[`UnsafeCell<T>`]: https://doc.rust-lang.org/std/cell/struct.UnsafeCell.html
67
+[`UnsafeAliasCell<U>`]: https://docs.rs/unsafe-alias-cell/latest/unsafe_alias_cell/struct.UnsafeAliasCell.html
68
+[`UnsafeCell<U>`]: https://doc.rust-lang.org/std/cell/struct.UnsafeCell.html
0 commit comments