diff --git a/src/uu/ls/src/ls.rs b/src/uu/ls/src/ls.rs index 652b978a5..18a1a221d 100644 --- a/src/uu/ls/src/ls.rs +++ b/src/uu/ls/src/ls.rs @@ -12,8 +12,7 @@ use clap::{ use glob::{MatchOptions, Pattern}; use lscolors::LsColors; use number_prefix::NumberPrefix; -use once_cell::unsync::OnceCell; -use std::num::IntErrorKind; +use std::{cell::OnceCell, num::IntErrorKind}; use std::{collections::HashSet, io::IsTerminal}; #[cfg(windows)]