mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 23:20:39 +00:00
Change Applicability of MISTYPED_LITERAL_SUFFIX
This commit is contained in:
parent
4e74eef6e9
commit
adc638ef33
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ impl WarningType {
|
||||||
"mistyped literal suffix",
|
"mistyped literal suffix",
|
||||||
"did you mean to write",
|
"did you mean to write",
|
||||||
grouping_hint.to_string(),
|
grouping_hint.to_string(),
|
||||||
Applicability::MachineApplicable,
|
Applicability::MaybeIncorrect,
|
||||||
),
|
),
|
||||||
WarningType::UnreadableLiteral => span_lint_and_sugg(
|
WarningType::UnreadableLiteral => span_lint_and_sugg(
|
||||||
cx,
|
cx,
|
||||||
|
|
Loading…
Reference in a new issue