remove rustfmt-induced spurious trailing comma
This commit is contained in:
parent
c0247c85d6
commit
49b745f19c
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ impl Visitor<'tcx> for Validator<'_, 'mir, 'tcx> {
|
||||||
return;
|
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…
Add table
Add a link
Reference in a new issue