mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
uucore: add missing import
No idea why this is only caught by clippy nightly. See also https://github.com/uutils/coreutils/pull/6483
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
use std::{
|
||||
collections::{HashMap, HashSet},
|
||||
fmt::{self, Display, Formatter},
|
||||
fs,
|
||||
fs, io,
|
||||
path::PathBuf,
|
||||
rc::Rc,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user