Skip to content

Commit 2c79f64

Browse files
committed
rustfmt explain_borrow/mod
1 parent 2e87dbb commit 2c79f64

File tree

1 file changed

+2
-2
lines changed
  • src/librustc_mir/borrow_check/nll/explain_borrow

1 file changed

+2
-2
lines changed

src/librustc_mir/borrow_check/nll/explain_borrow/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
use borrow_check::{Context, MirBorrowckCtxt};
1211
use borrow_check::nll::region_infer::{Cause, RegionInferenceContext};
12+
use borrow_check::{Context, MirBorrowckCtxt};
1313
use dataflow::BorrowData;
14-
use rustc::mir::{Local, Location, Mir};
1514
use rustc::mir::visit::{MirVisitable, PlaceContext, Visitor};
15+
use rustc::mir::{Local, Location, Mir};
1616
use rustc_data_structures::fx::FxHashSet;
1717
use rustc_errors::DiagnosticBuilder;
1818
use util::liveness::{self, DefUse, LivenessMode};

0 commit comments

Comments
 (0)