diff --git a/src/util.rs b/src/util.rs index cd2ac1f1d..d11fb6b4c 100644 --- a/src/util.rs +++ b/src/util.rs @@ -1,6 +1,6 @@ //! Generic utilities library. -use crate::prelude::*; +use fish_widestring::prelude::*; use rand::{SeedableRng, rngs::SmallRng}; use std::cmp::Ordering; use std::time; @@ -260,7 +260,7 @@ pub fn find_subslice( #[cfg(test)] mod tests { use super::wcsfilecmp; - use crate::prelude::*; + use fish_widestring::prelude::*; use std::cmp::Ordering; /// Verify the behavior of the `wcsfilecmp()` function.