mirror of
https://github.com/rust-lang/book.git
synced 2026-09-15 08:59:17 -04:00
Link to the index of nomicon most of the time, not vec
This commit is contained in:
@@ -395,7 +395,7 @@ using `Weak<T>`.
|
||||
If this chapter has piqued your interest and you now want to implement your own
|
||||
smart pointers, check out [The Nomicon] for even more useful information.
|
||||
|
||||
[The Nomicon]: https://doc.rust-lang.org/stable/nomicon/vec.html
|
||||
[The Nomicon]: https://doc.rust-lang.org/stable/nomicon/
|
||||
|
||||
Next, let's talk about concurrency in Rust. We'll even learn about a few new
|
||||
smart pointers that can help us with it.
|
||||
|
||||
@@ -61,7 +61,7 @@ new concurrent types that aren't made up of `Send` and `Sync` parts requires
|
||||
careful thought to make sure the safety guarantees are upheld. [The Nomicon]
|
||||
has more information about these guarantees and how to uphold them.
|
||||
|
||||
[The Nomicon]: https://doc.rust-lang.org/stable/nomicon/vec.html
|
||||
[The Nomicon]: https://doc.rust-lang.org/stable/nomicon/
|
||||
|
||||
## Summary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user