mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
uucore: remove commented out import
This commit is contained in:
parent
e00268a721
commit
2883c0a968
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ use std::iter::Peekable;
|
|||
use std::process::exit;
|
||||
use std::slice::Iter;
|
||||
use std::str::Chars;
|
||||
// use std::collections::HashSet;
|
||||
|
||||
use super::num_format::format_field::{FieldType, FormatField};
|
||||
use super::num_format::num_format;
|
||||
|
|
Loading…
Reference in a new issue