Skip to content

Commit 49b745f

Browse files
committed
remove rustfmt-induced spurious trailing comma
1 parent c0247c8 commit 49b745f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/transform/check_consts/validation.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ impl Visitor<'tcx> for Validator<'_, 'mir, 'tcx> {
511511
return;
512512
}
513513
_ => {
514-
span_bug!(terminator.source_info.span, "invalid callee of type {:?}", fn_ty,)
514+
span_bug!(terminator.source_info.span, "invalid callee of type {:?}", fn_ty)
515515
}
516516
};
517517

0 commit comments

Comments
 (0)