document iteration order for vec_deque::IntoIter
This commit is contained in:
parent
7934d524b5
commit
88edf9774c
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ impl<T> VecDeque<T> {
|
|||
}
|
||||
}
|
||||
|
||||
/// Consumes the list into an iterator yielding elements by value.
|
||||
/// Consumes the list into a front-to-back iterator yielding elements by value.
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub fn into_iter(self) -> IntoIter<T> {
|
||||
IntoIter {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue