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 55c669c commit efa3320Copy full SHA for efa3320
src/libcore/iter/sources.rs
@@ -163,7 +163,7 @@ unsafe impl<A, F: FnMut() -> A> TrustedLen for RepeatWith<F> {}
163
/// Basic usage:
164
///
165
/// ```
166
-/// #![feature("iterator_repeat_with")]
+/// #![feature(iterator_repeat_with)]
167
168
/// use std::iter;
169
@@ -185,7 +185,7 @@ unsafe impl<A, F: FnMut() -> A> TrustedLen for RepeatWith<F> {}
185
/// Using mutation and going finite:
186
187
/// ```rust
188
189
190
191
0 commit comments