Remove Wasm-specific Rayon workarounds (#3490)

This commit is contained in:
Charlie Marsh 2023-03-13 16:48:43 -04:00 committed by GitHub
parent a8c1915e2e
commit a6e998d639
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 21 deletions

View file

@ -18,7 +18,6 @@ pub mod args;
mod cache;
mod commands;
mod diagnostics;
mod iterators;
mod printer;
mod resolve;