Skip to content

Commit 200deb6

Browse files
committed
Fixed Unpin link
1 parent 8d65c48 commit 200deb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ required to be contained in only [`!Unpin`] types.
6060

6161
[stdlib]: https://doc.rust-lang.org/std/cell/struct.UnsafeCell.html
6262
[`.get()`]: UnsafeAliasCell::get
63-
[`!Unpin`]: Unpin
63+
[`!Unpin`]: https://doc.rust-lang.org/std/marker/trait.Unpin.html
64+
[`Unpin`]: https://doc.rust-lang.org/std/marker/trait.Unpin.html
6465
[LLVM]: https://llvm.org/
6566
[`UnsafeAliasCell<T>`]: https://docs.rs/unsafe-alias-cell/latest/unsafe_alias_cell/struct.UnsafeAliasCell.html
6667
[`UnsafeCell<T>`]: https://doc.rust-lang.org/std/cell/struct.UnsafeCell.html

0 commit comments

Comments
 (0)