Skip to content

Commit 079382c

Browse files
authored
Unrolled build for rust-lang#136566
Rollup merge of rust-lang#136566 - hkBst:patch-1, r=scottmcm Fix link in from_fn.rs
2 parents c753cb9 + 6770d3d commit 079382c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/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)