File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/librustc_mir/borrow_check/nll/region_infer Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
use super :: universal_regions:: UniversalRegions ;
12
12
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 } ;
16
14
use borrow_check:: nll:: region_infer:: values:: { RegionElement , ToElementIndex } ;
17
15
use borrow_check:: nll:: type_check:: free_region_relations:: UniversalRegionRelations ;
18
16
use borrow_check:: nll:: type_check:: Locations ;
@@ -29,7 +27,7 @@ use rustc::util::common;
29
27
use rustc_data_structures:: bit_set:: BitSet ;
30
28
use rustc_data_structures:: graph:: scc:: Sccs ;
31
29
use rustc_data_structures:: indexed_vec:: IndexVec ;
32
- use rustc_errors:: { DiagnosticBuilder , Diagnostic } ;
30
+ use rustc_errors:: { Diagnostic , DiagnosticBuilder } ;
33
31
34
32
use std:: rc:: Rc ;
35
33
You can’t perform that action at this time.
0 commit comments