about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/graph/implementation
diff options
context:
space:
mode:
authorThe Miri Conjob Bot <miri@cron.bot>2023-12-12 05:10:45 +0000
committerThe Miri Conjob Bot <miri@cron.bot>2023-12-12 05:10:45 +0000
commitdd6008999e524a5a073f0d49191809e952276427 (patch)
treef46f2a09139374b9160661d259f0b71112f90184 /compiler/rustc_data_structures/src/graph/implementation
parent86e64161e3bde2b41356a59569a200ab1709126b (diff)
parent19e0c984d3ff44c6e273ddae2f327e8ad8726fae (diff)
downloadrust-dd6008999e524a5a073f0d49191809e952276427.tar.gz
rust-dd6008999e524a5a073f0d49191809e952276427.zip
Merge from rustc
Diffstat (limited to 'compiler/rustc_data_structures/src/graph/implementation')
-rw-r--r--compiler/rustc_data_structures/src/graph/implementation/tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/graph/implementation/tests.rs b/compiler/rustc_data_structures/src/graph/implementation/tests.rs
index dc1ce1747bf..3ae5f5868f0 100644
--- a/compiler/rustc_data_structures/src/graph/implementation/tests.rs
+++ b/compiler/rustc_data_structures/src/graph/implementation/tests.rs
@@ -1,5 +1,4 @@
 use crate::graph::implementation::*;
-use std::fmt::Debug;
 
 type TestGraph = Graph<&'static str, &'static str>;