Skip to content

Commit bc9582a

Browse files
committed
fix imports after rebase
1 parent 02d93bd commit bc9582a

File tree

1 file changed

+2
-3
lines changed
  • src/librustc_mir/borrow_check

1 file changed

+2
-3
lines changed

src/librustc_mir/borrow_check/nll.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@ use polonius_engine::{Algorithm, Output};
2222

2323
use crate::util as mir_util;
2424
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};
2726
use crate::dataflow::FlowAtLocation;
2827
use crate::dataflow::MaybeInitializedPlaces;
2928
use crate::transform::MirSource;
3029

3130
use 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,

0 commit comments

Comments
 (0)