Auto merge of #29142 - liigo:patch-6, r=alexcrichton
https://github.com/rust-lang/rust/blob/master/src/libcore/iter.rs#L1541 r? @alexcrichton
This commit is contained in:
commit
3dc2aeef46
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@
|
|||
//! interesting implementation of [`IntoIterator`]:
|
||||
//!
|
||||
//! ```ignore
|
||||
//! impl<I> IntoIterator for I where I: Iterator
|
||||
//! impl<I: Iterator> IntoIterator for I
|
||||
//! ```
|
||||
//!
|
||||
//! In other words, all [`Iterator`]s implement [`IntoIterator`], by just
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue