Skip to content

Commit 1c3808a

Browse files
committed
fmt
1 parent 577e0b6 commit 1c3808a

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

src/borrow_tracker/stacked_borrows/mod.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ use log::trace;
1313

1414
use rustc_data_structures::fx::FxHashSet;
1515
use rustc_middle::mir::{Mutability, RetagKind};
16-
use rustc_middle::ty::{
17-
self,
18-
layout::HasParamEnv,
19-
Ty,
20-
};
16+
use rustc_middle::ty::{self, layout::HasParamEnv, Ty};
2117
use rustc_target::abi::{Abi, Align, Size};
2218

2319
use crate::borrow_tracker::{

src/borrow_tracker/tree_borrows/mod.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ use rustc_target::abi::{Abi, Align, Size};
55
use crate::borrow_tracker::{AccessKind, GlobalStateInner, ProtectorKind, RetagFields};
66
use rustc_middle::{
77
mir::{Mutability, RetagKind},
8-
ty::{
9-
self,
10-
layout::HasParamEnv,
11-
Ty,
12-
},
8+
ty::{self, layout::HasParamEnv, Ty},
139
};
1410
use rustc_span::def_id::DefId;
1511

0 commit comments

Comments
 (0)