Skip to content

Commit 1052ce9

Browse files
authored
Apply fmt
1 parent 8efec12 commit 1052ce9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

compiler/rustc_infer/src/infer/relate/combine.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -454,10 +454,7 @@ impl<'infcx, 'tcx> CombineFields<'infcx, 'tcx> {
454454
// adding constraints like `'x: '?2` and `?1 <: ?3`.)
455455
let Generalization { value_may_be_infer: b_ty, needs_wf } = generalize::generalize(
456456
self.infcx,
457-
&mut CombineDelegate {
458-
infcx: self.infcx,
459-
span: self.trace.span(),
460-
},
457+
&mut CombineDelegate { infcx: self.infcx, span: self.trace.span() },
461458
a_ty,
462459
b_vid,
463460
ambient_variance,

0 commit comments

Comments
 (0)