mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
switch to rayon threadpool
This commit is contained in:
parent
8b0210d233
commit
f87771092c
3 changed files with 10 additions and 8 deletions
|
@ -7,7 +7,7 @@ extern crate serde_json;
|
|||
extern crate languageserver_types;
|
||||
#[macro_use]
|
||||
extern crate crossbeam_channel;
|
||||
extern crate threadpool;
|
||||
extern crate rayon;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate drop_bomb;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue