diff --git a/src/libcollections/linked_list.rs b/src/libcollections/linked_list.rs index 1bd5a83d4370..654dae27e74a 100644 --- a/src/libcollections/linked_list.rs +++ b/src/libcollections/linked_list.rs @@ -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 {