summaryrefslogtreecommitdiffstats
path: root/src/util.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.rs')
-rw-r--r--src/util.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.rs b/src/util.rs
index 6a969de..662fbc0 100644
--- a/src/util.rs
+++ b/src/util.rs
@@ -1,6 +1,6 @@
//! Internal utilities.
-use std::cmp::Ordering;
+use core::cmp::Ordering;
/// A wrapper that converts a partial ordering into a total one by panicking.
#[derive(Clone, Copy, Debug, PartialOrd)]