mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00: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:
parent
471f047a64
commit
76af976e48
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
use std::{
|
||||
collections::{HashMap, HashSet},
|
||||
fmt::{self, Display, Formatter},
|
||||
fs,
|
||||
fs, io,
|
||||
path::PathBuf,
|
||||
rc::Rc,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue