Correct linked_list::IntoIter doc comment
This commit is contained in:
parent
59b7c907a3
commit
27319b48eb
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ pub struct IterMut<'a, T: 'a> {
|
|||
nelem: usize,
|
||||
}
|
||||
|
||||
/// An iterator over mutable references to the items of a `LinkedList`.
|
||||
/// An iterator over the items of a `LinkedList`.
|
||||
#[derive(Clone)]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub struct IntoIter<T> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue