Downgrade large_digit_groups to pedantic
I believe if the user already decided to put underscores in their literal, Clippy should be willing to believe that they put a number of underscores that they felt was readable.
This commit is contained in:
parent
c669727df4
commit
c00dcd03d7
2 changed files with 2 additions and 3 deletions
|
@ -90,7 +90,7 @@ declare_clippy_lint! {
|
|||
/// ```
|
||||
declare_clippy_lint! {
|
||||
pub LARGE_DIGIT_GROUPS,
|
||||
style,
|
||||
pedantic,
|
||||
"grouping digits into groups that are too large"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue