mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Remove unused debug crate import
This commit is contained in:
parent
301256d0f0
commit
eebcdbddb1
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@
|
||||||
#![feature(macro_rules)]
|
#![feature(macro_rules)]
|
||||||
extern crate getopts;
|
extern crate getopts;
|
||||||
extern crate libc;
|
extern crate libc;
|
||||||
extern crate debug;
|
|
||||||
|
|
||||||
use getopts::{optflag, optopt, getopts, usage};
|
use getopts::{optflag, optopt, getopts, usage};
|
||||||
use c_types::{get_pw_from_args, get_group};
|
use c_types::{get_pw_from_args, get_group};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue