Skip to content

Commit be9bd7c

Browse files
committed
Auto merge of #24093 - GuillaumeGomez:typo, r=steveklabnik
Fixes #24080.
2 parents de6742b + 24f06e6 commit be9bd7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libcore/str/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,7 @@ impl<'a> DoubleEndedIterator for Chars<'a> {
389389
}
390390
}
391391

392-
/// External iterator for a string's characters and their byte offsets.
393-
/// Use with the `std::iter` module.
392+
/// Iterator for a string's characters and their byte offsets.
394393
#[derive(Clone)]
395394
#[stable(feature = "rust1", since = "1.0.0")]
396395
pub struct CharIndices<'a> {

0 commit comments

Comments
 (0)