We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use graph::{self, ..}
1 parent 3f90bbc commit 48c4140Copy full SHA for 48c4140
src/librustc/mir/mod.rs
@@ -22,8 +22,7 @@ use mir::visit::MirVisitable;
22
use rustc_apfloat::ieee::{Double, Single};
23
use rustc_apfloat::Float;
24
use rustc_data_structures::graph::dominators::{dominators, Dominators};
25
-use rustc_data_structures::graph;
26
-use rustc_data_structures::graph::{GraphPredecessors, GraphSuccessors};
+use rustc_data_structures::graph::{self, GraphPredecessors, GraphSuccessors};
27
use rustc_data_structures::indexed_vec::{Idx, IndexVec};
28
use rustc_data_structures::small_vec::SmallVec;
29
use rustc_data_structures::sync::Lrc;
0 commit comments