Skip to content

Commit dfa7bec

Browse files
committed
Fixed links in github/crates.io
1 parent 64afb05 commit dfa7bec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@ required to be contained in only [`!Unpin`] types.
6262
[`.get()`]: UnsafeAliasCell::get
6363
[`!Unpin`]: Unpin
6464
[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

Comments
 (0)