remove rustfmt-induced spurious trailing comma

This commit is contained in:
Ralf Jung 2020-04-15 08:44:56 +02:00
parent c0247c85d6
commit 49b745f19c

View File

@ -511,7 +511,7 @@ impl Visitor<'tcx> for Validator<'_, 'mir, 'tcx> {
return;
}
_ => {
span_bug!(terminator.source_info.span, "invalid callee of type {:?}", fn_ty,)
span_bug!(terminator.source_info.span, "invalid callee of type {:?}", fn_ty)
}
};