diff options
Diffstat (limited to 'src/fixed_string/test.rs')
-rw-r--r-- | src/fixed_string/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fixed_string/test.rs b/src/fixed_string/test.rs index 1e3be42..1599efc 100644 --- a/src/fixed_string/test.rs +++ b/src/fixed_string/test.rs @@ -21,7 +21,7 @@ use crate::FixedString; -use std::cmp::Ordering; +use core::cmp::Ordering; #[test] fn test_fixed_string() { |