File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/librustc_mir/borrow_check Expand file tree Collapse file tree 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};
2222
2323use crate :: util as mir_util;
2424use 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 } ;
2726use crate :: dataflow:: FlowAtLocation ;
2827use crate :: dataflow:: MaybeInitializedPlaces ;
2928use crate :: transform:: MirSource ;
3029
3130use crate :: borrow_check:: {
3231 borrow_set:: BorrowSet ,
33- location:: { LocationIndex , LocationTable } ,
32+ location:: LocationTable ,
3433 facts:: { AllFacts , AllFactsExt , RustcFacts } ,
3534 region_infer:: { RegionInferenceContext , values:: RegionValueElements } ,
3635 universal_regions:: UniversalRegions ,
You can’t perform that action at this time.
0 commit comments