Fix link in intoiterator docs
This commit is contained in:
parent
a691f1eefe
commit
e7e7c0fc85
1 changed files with 1 additions and 1 deletions
|
@ -1129,7 +1129,7 @@ pub trait FromIterator<A> {
|
||||||
/// Conversion into an `Iterator`
|
/// Conversion into an `Iterator`
|
||||||
///
|
///
|
||||||
/// Implementing this trait allows you to use your type with Rust's `for` loop. See
|
/// Implementing this trait allows you to use your type with Rust's `for` loop. See
|
||||||
/// the [module level documentation](../index.html) for more details.
|
/// the [module level documentation](index.html) for more details.
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
pub trait IntoIterator {
|
pub trait IntoIterator {
|
||||||
/// The type of the elements being iterated
|
/// The type of the elements being iterated
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue