remove unnecessary to_string
and String::new
for tool_only_span_suggestion
This commit is contained in:
parent
77d6176e69
commit
fd1290a631
6 changed files with 7 additions and 12 deletions
|
@ -174,7 +174,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
|
|||
err.tool_only_span_suggestion(
|
||||
semi_span,
|
||||
"remove this semicolon",
|
||||
String::new(),
|
||||
"",
|
||||
Applicability::MaybeIncorrect,
|
||||
);
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue