Skip to content

Commit f489954

Browse files
committed
Changed the lint description
1 parent 4de301e commit f489954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/unused_rounding.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ declare_clippy_lint! {
2525
#[clippy::version = "1.62.0"]
2626
pub UNUSED_ROUNDING,
2727
nursery,
28-
"Rounding a whole number literal, which is useless"
28+
"Uselessly rounding a whole number floating-point literal"
2929
}
3030
declare_lint_pass!(UnusedRounding => [UNUSED_ROUNDING]);
3131

0 commit comments

Comments
 (0)