mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #5384 from cakebaker/uucore_remove_commented_out_import
uucore: remove commented out import
This commit is contained in:
commit
3382623bbc
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ use std::iter::Peekable;
|
||||||
use std::process::exit;
|
use std::process::exit;
|
||||||
use std::slice::Iter;
|
use std::slice::Iter;
|
||||||
use std::str::Chars;
|
use std::str::Chars;
|
||||||
// use std::collections::HashSet;
|
|
||||||
|
|
||||||
use super::num_format::format_field::{FieldType, FormatField};
|
use super::num_format::format_field::{FieldType, FormatField};
|
||||||
use super::num_format::num_format;
|
use super::num_format::num_format;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue