Skip to content

Commit 1e43c3b

Browse files
committed
Register MISTYPED_LITERAL_SUFFIXES lint
1 parent a7fc679 commit 1e43c3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clippy_lints/src/literal_representation.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@ impl LintPass for LiteralDigitGrouping {
329329
lint_array!(
330330
UNREADABLE_LITERAL,
331331
INCONSISTENT_DIGIT_GROUPING,
332-
LARGE_DIGIT_GROUPS
332+
LARGE_DIGIT_GROUPS,
333+
MISTYPED_LITERAL_SUFFIXES,
333334
)
334335
}
335336
}

0 commit comments

Comments
 (0)