1
Fork 0
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:
Ben Wiederhake 2024-07-18 15:19:34 +02:00
parent 471f047a64
commit 76af976e48

View file

@ -22,7 +22,7 @@
use std::{
collections::{HashMap, HashSet},
fmt::{self, Display, Formatter},
fs,
fs, io,
path::PathBuf,
rc::Rc,
};