Skip to content

Commit 3dc2aee

Browse files
committed
2 parents 140e793 + 6ec807c commit 3dc2aee

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)