We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a4342 commit 01b1f09Copy full SHA for 01b1f09
1 file changed
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