We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c753cb9 + 6770d3d commit 079382cCopy full SHA for 079382c
library/core/src/iter/sources/from_fn.rs
@@ -1,7 +1,7 @@
1
use crate::fmt;
2
3
/// Creates an iterator with the provided closure
4
-/// `F: FnMut() -> Option<T>` as its `[next](Iterator::next)` method.
+/// `F: FnMut() -> Option<T>` as its [`next`](Iterator::next) method.
5
///
6
/// The iterator will yield the `T`s returned from the closure.
7
0 commit comments