Skip to content

Commit b0449f2

Browse files
authored
Fix link in from_fn.rs
1 parent d9ad3d6 commit b0449f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/iter/sources/from_fn.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::fmt;
22

33
/// Creates an iterator with the provided closure
4-
/// `F: FnMut() -> Option<T>` as its `[next](Iterator::next)` method.
4+
/// `F: FnMut() -> Option<T>` as its [`next`](Iterator::next) method.
55
///
66
/// The iterator will yield the `T`s returned from the closure.
77
///

0 commit comments

Comments
 (0)