1
Fork 0

Changed the lint description

This commit is contained in:
Micha White 2022-05-22 17:22:10 -04:00
parent 4de301e394
commit f489954e3e
No known key found for this signature in database
GPG key ID: AED94BFA1C301389

View file

@ -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]);