Change Applicability of MISTYPED_LITERAL_SUFFIX

This commit is contained in:
flip1995 2018-11-27 16:59:39 +01:00
parent 4e74eef6e9
commit adc638ef33
No known key found for this signature in database
GPG key ID: E8E897A5870E41C2

View file

@ -301,7 +301,7 @@ impl WarningType {
"mistyped literal suffix",
"did you mean to write",
grouping_hint.to_string(),
Applicability::MachineApplicable,
Applicability::MaybeIncorrect,
),
WarningType::UnreadableLiteral => span_lint_and_sugg(
cx,