Skip to content

Commit 14ca950

Browse files
committed
Fix style
1 parent 693eea5 commit 14ca950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_typeck/check/_match.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ impl<'a, 'gcx, 'tcx> FnCtxt<'a, 'gcx, 'tcx> {
514514
err: &mut DiagnosticBuilder<'_>,
515515
pat: &Pat,
516516
inner: &Pat,
517-
expected: &Ty<'tcx>,
517+
expected: Ty<'tcx>,
518518
) {
519519
let tcx = self.tcx;
520520
if let PatKind::Binding(..) = inner.node {

0 commit comments

Comments
 (0)