Fix style

This commit is contained in:
Esteban Küber 2019-04-29 20:50:04 -07:00
parent 693eea5784
commit 14ca950665

View file

@ -514,7 +514,7 @@ impl<'a, 'gcx, 'tcx> FnCtxt<'a, 'gcx, 'tcx> {
err: &mut DiagnosticBuilder<'_>,
pat: &Pat,
inner: &Pat,
expected: &Ty<'tcx>,
expected: Ty<'tcx>,
) {
let tcx = self.tcx;
if let PatKind::Binding(..) = inner.node {