Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 607af5d

Browse files
committed
Ran rustfmt.
1 parent 9608fcf commit 607af5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/translate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use rustc::{
88
infer::InferCtxt,
99
ty::{
1010
fold::{BottomUpFolder, TypeFoldable, TypeFolder},
11-
subst::{InternalSubsts, GenericArg, SubstsRef},
11+
subst::{GenericArg, InternalSubsts, SubstsRef},
1212
GenericParamDefKind, ParamEnv, Predicate, Region, TraitRef, Ty, TyCtxt,
1313
},
1414
};

src/typeck.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use rustc::{
1616
ty::{
1717
error::TypeError,
1818
fold::TypeFoldable,
19-
subst::{InternalSubsts, GenericArg, SubstsRef},
19+
subst::{GenericArg, InternalSubsts, SubstsRef},
2020
GenericParamDefKind, ParamEnv, Predicate, TraitRef, Ty, TyCtxt,
2121
},
2222
};

0 commit comments

Comments
 (0)