Skip to content

Commit 6ec807c

Browse files
committed
1 parent 3f2ad61 commit 6ec807c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
//! interesting implementation of [`IntoIterator`]:
210210
//!
211211
//! ```ignore
212-
//! impl<I> IntoIterator for I where I: Iterator
212+
//! impl<I: Iterator> IntoIterator for I
213213
//! ```
214214
//!
215215
//! In other words, all [`Iterator`]s implement [`IntoIterator`], by just

0 commit comments

Comments
 (0)