summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_data_structures/src/fingerprint/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_data_structures/src/fingerprint/tests.rs')
-rw-r--r--compiler/rustc_data_structures/src/fingerprint/tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/fingerprint/tests.rs b/compiler/rustc_data_structures/src/fingerprint/tests.rs
index 09ec2622a..e04af19ab 100644
--- a/compiler/rustc_data_structures/src/fingerprint/tests.rs
+++ b/compiler/rustc_data_structures/src/fingerprint/tests.rs
@@ -1,5 +1,4 @@
use super::*;
-use crate::stable_hasher::Hash64;
// Check that `combine_commutative` is order independent.
#[test]