Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
poliorcetics committed Sep 18, 2020
1 parent 4675a31 commit 982ec0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/iter/sources.rs
Expand Up @@ -497,7 +497,7 @@ pub fn once_with<A, F: FnOnce() -> A>(gen: F) -> OnceWith<F> {
/// The closure can use captures and its environment to track state across iterations. Depending on
/// how the iterator is used, this may require specifying the [`move`] keyword on the closure.
///
/// [`move`]: ../../../std/keyword.move.html
/// [`move`]: ../../std/keyword.move.html
///
/// # Examples
///
Expand Down

0 comments on commit 982ec0d

Please sign in to comment.