diff options
| author | Micha White <botahamec@outlook.com> | 2022-05-22 17:22:10 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-05-24 22:53:35 -0400 |
| commit | f489954e3e6c7b15fd243d33bdd9eabdf90161b6 (patch) | |
| tree | c67098c0dd13524d91a869728531a753942cc6ae | |
| parent | 4de301e394d99b391de6e449e4dbf44d771d0486 (diff) | |
| download | rust-f489954e3e6c7b15fd243d33bdd9eabdf90161b6.tar.gz rust-f489954e3e6c7b15fd243d33bdd9eabdf90161b6.zip | |
Changed the lint description
| -rw-r--r-- | clippy_lints/src/unused_rounding.rs | 2 |
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]); |
