about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--clippy_lints/src/unused_rounding.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/unused_rounding.rs b/clippy_lints/src/unused_rounding.rs
index 3ee5d7a32a3..306afe44148 100644
--- a/clippy_lints/src/unused_rounding.rs
+++ b/clippy_lints/src/unused_rounding.rs
@@ -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]);