diff --git a/src/uucore/src/lib/features/proc_info.rs b/src/uucore/src/lib/features/proc_info.rs index 27d93658e..41e0144be 100644 --- a/src/uucore/src/lib/features/proc_info.rs +++ b/src/uucore/src/lib/features/proc_info.rs @@ -22,7 +22,7 @@ use std::{ collections::{HashMap, HashSet}, fmt::{self, Display, Formatter}, - fs, + fs, io, path::PathBuf, rc::Rc, };