Skip to content

Commit

Permalink
nit: use graph::{self, ..}
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Jul 13, 2018
1 parent 3f90bbc commit 48c4140
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/librustc/mir/mod.rs
Expand Up @@ -22,8 +22,7 @@ use mir::visit::MirVisitable;
use rustc_apfloat::ieee::{Double, Single};
use rustc_apfloat::Float;
use rustc_data_structures::graph::dominators::{dominators, Dominators};
use rustc_data_structures::graph;
use rustc_data_structures::graph::{GraphPredecessors, GraphSuccessors};
use rustc_data_structures::graph::{self, GraphPredecessors, GraphSuccessors};
use rustc_data_structures::indexed_vec::{Idx, IndexVec};
use rustc_data_structures::small_vec::SmallVec;
use rustc_data_structures::sync::Lrc;
Expand Down

0 comments on commit 48c4140

Please sign in to comment.