summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_data_structures/src/intern/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_data_structures/src/intern/tests.rs')
-rw-r--r--compiler/rustc_data_structures/src/intern/tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/intern/tests.rs b/compiler/rustc_data_structures/src/intern/tests.rs
index 09810a085..a85cd480a 100644
--- a/compiler/rustc_data_structures/src/intern/tests.rs
+++ b/compiler/rustc_data_structures/src/intern/tests.rs
@@ -1,5 +1,4 @@
use super::*;
-use std::cmp::Ordering;
#[derive(Debug)]
struct S(u32);