From ede01b5f1eb072022cb320d7ffddd0ecf6e1dab6 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 4 Apr 2022 10:45:45 +0900 Subject: num_cpus apparently unused in helix-term --- Cargo.lock | 1 - helix-term/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b22c3065..18f50af6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" -- cgit v1.2.3-70-g09d2