mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
nproc: remove the extern crate declaration
This commit is contained in:
@@ -15,7 +15,6 @@ edition = "2018"
|
||||
path = "src/nproc.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.18"
|
||||
libc = "0.2.42"
|
||||
num_cpus = "1.10"
|
||||
clap = "2.33"
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
// spell-checker:ignore (ToDO) NPROCESSORS nprocs numstr threadstr sysconf
|
||||
|
||||
extern crate clap;
|
||||
extern crate getopts;
|
||||
extern crate num_cpus;
|
||||
|
||||
#[cfg(unix)]
|
||||
|
||||
Reference in New Issue
Block a user