Skip to content

Commit b14af1e

Browse files
committed
Auto merge of #31371 - apasel422:docs, r=alexcrichton
r? @steveklabnik
2 parents 2d4e94a + 27319b4 commit b14af1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/linked_list.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pub struct IterMut<'a, T: 'a> {
8282
nelem: usize,
8383
}
8484

85-
/// An iterator over mutable references to the items of a `LinkedList`.
85+
/// An iterator over the items of a `LinkedList`.
8686
#[derive(Clone)]
8787
#[stable(feature = "rust1", since = "1.0.0")]
8888
pub struct IntoIter<T> {

0 commit comments

Comments
 (0)