Merge remote-tracking branch 'origin/pr/2180'

This commit is contained in:
Carol (Nichols || Goulding)
2020-01-29 08:42:50 -05:00

View File

@@ -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