Auto merge of #24093 - GuillaumeGomez:typo, r=steveklabnik
Fixes #24080.
This commit is contained in:
commit
be9bd7c93a
@ -389,8 +389,7 @@ fn next_back(&mut self) -> Option<char> {
|
||||
}
|
||||
}
|
||||
|
||||
/// External iterator for a string's characters and their byte offsets.
|
||||
/// Use with the `std::iter` module.
|
||||
/// Iterator for a string's characters and their byte offsets.
|
||||
#[derive(Clone)]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub struct CharIndices<'a> {
|
||||
|
Loading…
Reference in New Issue
Block a user