Skip to content

Commit 982ec0d

Browse files
committed
Fix broken link
1 parent 4675a31 commit 982ec0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/iter/sources.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ pub fn once_with<A, F: FnOnce() -> A>(gen: F) -> OnceWith<F> {
497497
/// The closure can use captures and its environment to track state across iterations. Depending on
498498
/// how the iterator is used, this may require specifying the [`move`] keyword on the closure.
499499
///
500-
/// [`move`]: ../../../std/keyword.move.html
500+
/// [`move`]: ../../std/keyword.move.html
501501
///
502502
/// # Examples
503503
///

0 commit comments

Comments
 (0)