Skip to content

Commit 2392a09

Browse files
committed
region_infer: rustfmt
1 parent dc9317f commit 2392a09

File tree

1 file changed

+2
-4
lines changed
  • src/librustc_mir/borrow_check/nll/region_infer

1 file changed

+2
-4
lines changed

src/librustc_mir/borrow_check/nll/region_infer/mod.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010

1111
use super::universal_regions::UniversalRegions;
1212
use borrow_check::nll::constraints::graph::NormalConstraintGraph;
13-
use borrow_check::nll::constraints::{
14-
ConstraintSccIndex, ConstraintSet, OutlivesConstraint,
15-
};
13+
use borrow_check::nll::constraints::{ConstraintSccIndex, ConstraintSet, OutlivesConstraint};
1614
use borrow_check::nll::region_infer::values::{RegionElement, ToElementIndex};
1715
use borrow_check::nll::type_check::free_region_relations::UniversalRegionRelations;
1816
use borrow_check::nll::type_check::Locations;
@@ -29,7 +27,7 @@ use rustc::util::common;
2927
use rustc_data_structures::bit_set::BitSet;
3028
use rustc_data_structures::graph::scc::Sccs;
3129
use rustc_data_structures::indexed_vec::IndexVec;
32-
use rustc_errors::{DiagnosticBuilder, Diagnostic};
30+
use rustc_errors::{Diagnostic, DiagnosticBuilder};
3331

3432
use std::rc::Rc;
3533

0 commit comments

Comments
 (0)