Skip to content

Commit

Permalink
Changed the lint description
Browse files Browse the repository at this point in the history
  • Loading branch information
botahamec committed May 22, 2022
1 parent 6d8d8eb commit ec3fdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/unused_rounding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]);

Expand Down

0 comments on commit ec3fdd6

Please sign in to comment.