File tree 1 file changed +2
-3
lines changed
src/librustc_mir/borrow_check
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,14 @@ use polonius_engine::{Algorithm, Output};
22
22
23
23
use crate :: util as mir_util;
24
24
use crate :: util:: pretty;
25
- use crate :: dataflow:: indexes:: BorrowIndex ;
26
- use crate :: dataflow:: move_paths:: { InitLocation , MoveData , MovePathIndex , InitKind } ;
25
+ use crate :: dataflow:: move_paths:: { InitLocation , MoveData , InitKind } ;
27
26
use crate :: dataflow:: FlowAtLocation ;
28
27
use crate :: dataflow:: MaybeInitializedPlaces ;
29
28
use crate :: transform:: MirSource ;
30
29
31
30
use crate :: borrow_check:: {
32
31
borrow_set:: BorrowSet ,
33
- location:: { LocationIndex , LocationTable } ,
32
+ location:: LocationTable ,
34
33
facts:: { AllFacts , AllFactsExt , RustcFacts } ,
35
34
region_infer:: { RegionInferenceContext , values:: RegionValueElements } ,
36
35
universal_regions:: UniversalRegions ,
You can’t perform that action at this time.
0 commit comments