Skip to content

Commit

Permalink
Remove external iterator in CharIndices comment and the reference to …
Browse files Browse the repository at this point in the history
…the std::iter module
  • Loading branch information
GuillaumeGomez committed Apr 5, 2015
1 parent 529de5f commit 24f06e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libcore/str/mod.rs
Expand Up @@ -389,8 +389,7 @@ impl<'a> DoubleEndedIterator for Chars<'a> {
}
}

/// 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> {
Expand Down

0 comments on commit 24f06e6

Please sign in to comment.