From df914bdf5f8b0c8b15c9cb8c649746c64c943e43 Mon Sep 17 00:00:00 2001 From: Dinesh Umasankar Date: Fri, 8 Jul 2022 08:12:26 -0400 Subject: [PATCH] fixes link for turbofish in testcase_mapreduce.md --- src/std_misc/threads/testcase_mapreduce.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/std_misc/threads/testcase_mapreduce.md b/src/std_misc/threads/testcase_mapreduce.md index 641dc227cd..28075164fc 100644 --- a/src/std_misc/threads/testcase_mapreduce.md +++ b/src/std_misc/threads/testcase_mapreduce.md @@ -139,6 +139,6 @@ defined by a static constant at the beginning of the program. [closures]: ../../fn/closures.md [move]: ../../scope/move.md [move_closure]: https://doc.rust-lang.org/book/ch13-01-closures.html#closures-can-capture-their-environment -[turbofish]: https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.collect +[turbofish]: https://doc.rust-lang.org/book/appendix-02-operators.html?highlight=turbofish [unwrap]: ../../error/option_unwrap.md [enumerate]: https://doc.rust-lang.org/book/loops.html#enumerate