1
Fork 0

trailing whitespace fix

This commit is contained in:
Vitaly _Vi Shukela 2018-09-15 16:12:17 +03:00
parent 959fc6116a
commit 3be24c6647
No known key found for this signature in database
GPG key ID: C097221D6E03DF68

View file

@ -307,7 +307,7 @@ impl Diagnostic {
suggestion: Vec<(Span, String)>,
) -> &mut Self {
self.multipart_suggestion_with_applicability(
msg,
msg,
suggestion,
Applicability::Unspecified
)