Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 3512cf8

Browse files
committed
Remove old code
1 parent 674b272 commit 3512cf8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/support/client/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ impl Project {
6868
pub fn spawn_rls_async(&self) -> RlsHandle<ChildProcess> {
6969
let rt = tokio::runtime::Builder::new_current_thread()
7070
.enable_all()
71-
// .worker_threads(1)
7271
.build()
7372
.unwrap();
7473

0 commit comments

Comments
 (0)