diff options
| author | The Miri Conjob Bot <miri@cron.bot> | 2023-12-12 05:10:45 +0000 |
|---|---|---|
| committer | The Miri Conjob Bot <miri@cron.bot> | 2023-12-12 05:10:45 +0000 |
| commit | dd6008999e524a5a073f0d49191809e952276427 (patch) | |
| tree | f46f2a09139374b9160661d259f0b71112f90184 /compiler/rustc_data_structures/src/graph/implementation | |
| parent | 86e64161e3bde2b41356a59569a200ab1709126b (diff) | |
| parent | 19e0c984d3ff44c6e273ddae2f327e8ad8726fae (diff) | |
| download | rust-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.rs | 1 |
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>; |
