mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-08 17:01:32 +02:00
Fix broken link to unsafe-traits.md (#2064)
I came upon a broken link which takes you to (Document Not Found): https://google.github.io/comprehensive-rust/concurrency/unsafe/unsafe-traits.html Verified locally with `mdbook serve` and now it links correctly
This commit is contained in:
parent
bad25b9c72
commit
5ff3b65ea9
@ -18,7 +18,7 @@ can also implement them manually when you know it is valid.
|
||||
|
||||
[1]: https://doc.rust-lang.org/std/marker/trait.Send.html
|
||||
[2]: https://doc.rust-lang.org/std/marker/trait.Sync.html
|
||||
[3]: ../unsafe/unsafe-traits.md
|
||||
[3]: ../../unsafe-rust/unsafe-traits.md
|
||||
|
||||
<details>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user