mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
Remove redundant import
This commit is contained in:
parent
6f24166c63
commit
e1f7c774d8
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
|||
// * file that was distributed with this source code.
|
||||
|
||||
// spell-checker:ignore (ToDO) RFILE refsize rfilename fsize tsize
|
||||
use clap;
|
||||
use clap::{crate_version, App, AppSettings, Arg};
|
||||
use std::convert::TryFrom;
|
||||
use std::fs::{metadata, OpenOptions};
|
||||
|
|
Loading…
Reference in a new issue