Skip to content

Commit 5ecefc5

Browse files
committed
Revert "fix tidy error"
This reverts commit a985634.
1 parent 8128ae3 commit 5ecefc5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/librustc/infer/mod.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -851,10 +851,7 @@ impl<'a, 'gcx, 'tcx> InferCtxt<'a, 'gcx, 'tcx> {
851851
self.tcx.mk_var(self.next_ty_var_id(universe, false, origin))
852852
}
853853

854-
pub fn next_diverging_ty_var(&self,
855-
universe: ty::UniverseIndex,
856-
origin: TypeVariableOrigin)
857-
-> Ty<'tcx> {
854+
pub fn next_diverging_ty_var(&self, universe: ty::UniverseIndex, origin: TypeVariableOrigin) -> Ty<'tcx> {
858855
self.tcx.mk_var(self.next_ty_var_id(universe, true, origin))
859856
}
860857

0 commit comments

Comments
 (0)