We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d68ba commit 61d960fCopy full SHA for 61d960f
src/doc/rustc-dev-guide/src/parallel-rustc.md
@@ -94,7 +94,7 @@ can be accessed directly through `Deref::deref`.
94
The parallel iterators provided by the [`rayon`] crate are easy ways to
95
implement parallelism.
96
In the current implementation of the parallel compiler,
97
-we use a custom [fork][rustc-rayon] of `rayon` to run tasks in parallel.
+we use [a custom fork of `rayon`][rustc-rayon] to run tasks in parallel.
98
99
Some iterator functions are implemented to run loops in parallel
100
when `parallel-compiler` is true.
0 commit comments