Auto merge of #31371 - apasel422:docs, r=alexcrichton

r? @steveklabnik
This commit is contained in:
bors 2016-02-03 15:13:39 +00:00
commit b14af1e4ef

View File

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