Skip to content

Commit

Permalink
fix imports after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-i-m committed Dec 12, 2019
1 parent 02d93bd commit bc9582a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/librustc_mir/borrow_check/nll.rs
Expand Up @@ -22,15 +22,14 @@ use polonius_engine::{Algorithm, Output};

use crate::util as mir_util;
use crate::util::pretty;
use crate::dataflow::indexes::BorrowIndex;
use crate::dataflow::move_paths::{InitLocation, MoveData, MovePathIndex, InitKind};
use crate::dataflow::move_paths::{InitLocation, MoveData, InitKind};
use crate::dataflow::FlowAtLocation;
use crate::dataflow::MaybeInitializedPlaces;
use crate::transform::MirSource;

use crate::borrow_check::{
borrow_set::BorrowSet,
location::{LocationIndex, LocationTable},
location::LocationTable,
facts::{AllFacts, AllFactsExt, RustcFacts},
region_infer::{RegionInferenceContext, values::RegionValueElements},
universal_regions::UniversalRegions,
Expand Down

0 comments on commit bc9582a

Please sign in to comment.