mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
nproc: remove the extern crate declaration
This commit is contained in:
parent
9a1c560aba
commit
805801ec39
2 changed files with 0 additions and 2 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue