Skip to content

Commit 48c4140

Browse files
committed
nit: use graph::{self, ..}
1 parent 3f90bbc commit 48c4140

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustc/mir/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ use mir::visit::MirVisitable;
2222
use rustc_apfloat::ieee::{Double, Single};
2323
use rustc_apfloat::Float;
2424
use rustc_data_structures::graph::dominators::{dominators, Dominators};
25-
use rustc_data_structures::graph;
26-
use rustc_data_structures::graph::{GraphPredecessors, GraphSuccessors};
25+
use rustc_data_structures::graph::{self, GraphPredecessors, GraphSuccessors};
2726
use rustc_data_structures::indexed_vec::{Idx, IndexVec};
2827
use rustc_data_structures::small_vec::SmallVec;
2928
use rustc_data_structures::sync::Lrc;

0 commit comments

Comments
 (0)