Skip to content

Commit 0907979

Browse files
authored
More formatting fixes
1 parent ca2ba5b commit 0907979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • compiler/rustc_hir_typeck/src

compiler/rustc_hir_typeck/src/pat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
14231423
(pat.span.until(inner.span), "".to_owned()),
14241424
(ty_span.shrink_to_lo(), format!("&{}", pinned.prefix_str(mutbl))),
14251425
],
1426-
Applicability::MachineApplicable,
1426+
Applicability::MachineApplicable
14271427
);
14281428

14291429
if let Some((sp, msg, sugg)) = mut_var_suggestion {

0 commit comments

Comments
 (0)