Remove rayon dependency of cranelift-isle (#5101)

Using rayon adds a lot of dependencies to Cranelift. The total
unparallelized time the code that uses rayon takes is less than half a
second and it runs at compile time, so there is pretty much no benefit
to parallelizing it.
This commit is contained in:
bjorn3
2022-10-24 00:13:14 +02:00
committed by GitHub
parent 442f9fa01b
commit 470070ab71
3 changed files with 2 additions and 19 deletions

1
Cargo.lock generated
View File

@@ -647,7 +647,6 @@ version = "0.90.0"
dependencies = [
"log",
"miette",
"rayon",
"tempfile",
]