diff options
author | Blaž Hrastnik | 2022-04-04 01:45:45 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-05-01 02:40:04 +0000 |
commit | ede01b5f1eb072022cb320d7ffddd0ecf6e1dab6 (patch) | |
tree | 258d903f6c3c51698cd2bee54285671d7511942d | |
parent | ade4cbffaa9660b01bcd2ce7e6e2d6bb0a1ca3c2 (diff) |
num_cpus apparently unused in helix-term
-rw-r--r-- | Cargo.lock | 1 | ||||
-rw-r--r-- | helix-term/Cargo.toml | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -453,7 +453,6 @@ dependencies = [ "helix-view", "ignore", "log", - "num_cpus", "once_cell", "pulldown-cmark", "retain_mut", diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 4b2611ed..706453ae 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -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" |