We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d4e94a + 27319b4 commit b14af1eCopy full SHA for b14af1e
src/libcollections/linked_list.rs
@@ -82,7 +82,7 @@ pub struct IterMut<'a, T: 'a> {
82
nelem: usize,
83
}
84
85
-/// An iterator over mutable references to the items of a `LinkedList`.
+/// An iterator over the items of a `LinkedList`.
86
#[derive(Clone)]
87
#[stable(feature = "rust1", since = "1.0.0")]
88
pub struct IntoIter<T> {
0 commit comments