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