Skip to content

Commit 8b0690a

Browse files
committed
fmt
1 parent ce7b755 commit 8b0690a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/rustc_traits/src/normalize_erasing_regions.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use rustc_infer::infer::{DefiningAnchor,TyCtxtInferExt};
1+
use rustc_infer::infer::{DefiningAnchor, TyCtxtInferExt};
22
use rustc_middle::traits::query::NoSolution;
33
use rustc_middle::ty::query::Providers;
44
use rustc_middle::ty::{self, ParamEnvAnd, TyCtxt, TypeFoldable};

compiler/rustc_traits/src/normalize_projection_ty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use rustc_infer::infer::canonical::{Canonical, QueryResponse};
2-
use rustc_infer::infer::{DefiningAnchor,TyCtxtInferExt};
2+
use rustc_infer::infer::{DefiningAnchor, TyCtxtInferExt};
33
use rustc_infer::traits::TraitEngineExt as _;
44
use rustc_middle::ty::query::Providers;
55
use rustc_middle::ty::{ParamEnvAnd, TyCtxt};

0 commit comments

Comments
 (0)