We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de301e commit f489954Copy full SHA for f489954
clippy_lints/src/unused_rounding.rs
@@ -25,7 +25,7 @@ declare_clippy_lint! {
25
#[clippy::version = "1.62.0"]
26
pub UNUSED_ROUNDING,
27
nursery,
28
- "Rounding a whole number literal, which is useless"
+ "Uselessly rounding a whole number floating-point literal"
29
}
30
declare_lint_pass!(UnusedRounding => [UNUSED_ROUNDING]);
31
0 commit comments