Skip to content

Commit 61d960f

Browse files
committed
more area to click
1 parent d8d68ba commit 61d960f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/parallel-rustc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ can be accessed directly through `Deref::deref`.
9494
The parallel iterators provided by the [`rayon`] crate are easy ways to
9595
implement parallelism.
9696
In the current implementation of the parallel compiler,
97-
we use a custom [fork][rustc-rayon] of `rayon` to run tasks in parallel.
97+
we use [a custom fork of `rayon`][rustc-rayon] to run tasks in parallel.
9898

9999
Some iterator functions are implemented to run loops in parallel
100100
when `parallel-compiler` is true.

0 commit comments

Comments
 (0)