Changed the lint description
This commit is contained in:
parent
4de301e394
commit
f489954e3e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ declare_clippy_lint! {
|
|||
#[clippy::version = "1.62.0"]
|
||||
pub UNUSED_ROUNDING,
|
||||
nursery,
|
||||
"Rounding a whole number literal, which is useless"
|
||||
"Uselessly rounding a whole number floating-point literal"
|
||||
}
|
||||
declare_lint_pass!(UnusedRounding => [UNUSED_ROUNDING]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue