Remove external iterator in CharIndices comment and the reference to the std::iter module

This commit is contained in:
Guillaume Gomez 2015-04-05 18:54:07 +02:00
parent 529de5f45b
commit 24f06e6664

View File

@ -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> {