We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd27eb commit f18d1adCopy full SHA for f18d1ad
src/libcore/iter.rs
@@ -935,7 +935,7 @@ pub trait Iterator {
935
936
/// Creates an iterator that clones the elements it yields.
937
///
938
- /// This is useful for converting an Iterator<&T> to an Iterator<T>,
+ /// This is useful for converting an `Iterator<&T>` to an`Iterator<T>`,
939
/// so it's a more convenient form of `map(|&x| x)`.
940
941
/// # Examples
0 commit comments