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 4675a31 commit 982ec0dCopy full SHA for 982ec0d
library/core/src/iter/sources.rs
@@ -497,7 +497,7 @@ pub fn once_with<A, F: FnOnce() -> A>(gen: F) -> OnceWith<F> {
497
/// The closure can use captures and its environment to track state across iterations. Depending on
498
/// how the iterator is used, this may require specifying the [`move`] keyword on the closure.
499
///
500
-/// [`move`]: ../../../std/keyword.move.html
+/// [`move`]: ../../std/keyword.move.html
501
502
/// # Examples
503
0 commit comments