mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
Register MISTYPED_LITERAL_SUFFIXES lint
This commit is contained in:
parent
a7fc6799df
commit
1e43c3bb9f
1 changed files with 2 additions and 1 deletions
|
@ -329,7 +329,8 @@ impl LintPass for LiteralDigitGrouping {
|
|||
lint_array!(
|
||||
UNREADABLE_LITERAL,
|
||||
INCONSISTENT_DIGIT_GROUPING,
|
||||
LARGE_DIGIT_GROUPS
|
||||
LARGE_DIGIT_GROUPS,
|
||||
MISTYPED_LITERAL_SUFFIXES,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue