trailing whitespace fix
This commit is contained in:
parent
959fc6116a
commit
3be24c6647
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ impl Diagnostic {
|
||||||
suggestion: Vec<(Span, String)>,
|
suggestion: Vec<(Span, String)>,
|
||||||
) -> &mut Self {
|
) -> &mut Self {
|
||||||
self.multipart_suggestion_with_applicability(
|
self.multipart_suggestion_with_applicability(
|
||||||
msg,
|
msg,
|
||||||
suggestion,
|
suggestion,
|
||||||
Applicability::Unspecified
|
Applicability::Unspecified
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue