num_cpus apparently unused in helix-term
This commit is contained in:
parent
ade4cbffaa
commit
ede01b5f1e
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -453,7 +453,6 @@ dependencies = [
|
|||
"helix-view",
|
||||
"ignore",
|
||||
"log",
|
||||
"num_cpus",
|
||||
"once_cell",
|
||||
"pulldown-cmark",
|
||||
"retain_mut",
|
||||
|
|
|
@ -36,7 +36,6 @@ which = "4.2"
|
|||
ropey = { version = "1.4", default-features = false }
|
||||
|
||||
tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot"] }
|
||||
num_cpus = "1"
|
||||
tui = { path = "../helix-tui", package = "helix-tui", default-features = false, features = ["crossterm"] }
|
||||
crossterm = { version = "0.23", features = ["event-stream"] }
|
||||
signal-hook = "0.3"
|
||||
|
|
Loading…
Reference in a new issue