Skip to content

Commit adc638e

Browse files
committed
Change Applicability of MISTYPED_LITERAL_SUFFIX
1 parent 4e74eef commit adc638e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/literal_representation.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ impl WarningType {
301301
"mistyped literal suffix",
302302
"did you mean to write",
303303
grouping_hint.to_string(),
304-
Applicability::MachineApplicable,
304+
Applicability::MaybeIncorrect,
305305
),
306306
WarningType::UnreadableLiteral => span_lint_and_sugg(
307307
cx,

0 commit comments

Comments
 (0)