1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Merge pull request #5384 from cakebaker/uucore_remove_commented_out_import

uucore: remove commented out import
This commit is contained in:
Sylvestre Ledru 2023-10-09 15:24:36 +02:00 committed by GitHub
commit 3382623bbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;