remove rustfmt-induced spurious trailing comma
This commit is contained in:
parent
c0247c85d6
commit
49b745f19c
@ -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)
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user