num_cpus apparently unused in helix-term

pull/2357/head
Blaž Hrastnik 2 years ago
parent ade4cbffaa
commit ede01b5f1e
No known key found for this signature in database
GPG Key ID: 1238B9C4AD889640

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…
Cancel
Save