mirror of
https://github.com/rust-lang/book.git
synced 2026-05-18 00:52:02 -04:00
Merge remote-tracking branch 'origin/pr/2180'
This commit is contained in:
@@ -163,7 +163,7 @@ element would be pointing to deallocated memory. The borrowing rules prevent
|
||||
programs from ending up in that situation.
|
||||
|
||||
> Note: For more on the implementation details of the `Vec<T>` type, see “The
|
||||
> Rustonomicon” at https://doc.rust-lang.org/stable/nomicon/vec.html.
|
||||
> Rustonomicon” at <https://doc.rust-lang.org/stable/nomicon/vec.html>.
|
||||
|
||||
### Iterating over the Values in a Vector
|
||||
|
||||
|
||||
Reference in New Issue
Block a user