Rollup merge of #25414 - apasel422:patch-1, r=alexcrichton
This commit is contained in:
commit
8d522746f3
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
//! [`result`](result/index.html) modules define optional and
|
||||
//! error-handling types, `Option` and `Result`. The
|
||||
//! [`iter`](iter/index.html) module defines Rust's iterator trait,
|
||||
//! [`Iterater`](iter/trait.Iterator.html), which works with the `for`
|
||||
//! [`Iterator`](iter/trait.Iterator.html), which works with the `for`
|
||||
//! loop to access collections.
|
||||
//!
|
||||
//! The common container type, `Vec`, a growable vector backed by an array,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue