mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 06:26:55 +00:00
docs: change where clause to bound
https://github.com/rust-lang/rust/blob/master/src/libcore/iter.rs#L1541
This commit is contained in:
parent
3f2ad610a8
commit
6ec807c220
@ -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…
Reference in New Issue
Block a user