Skip to content

Commit

Permalink
Update name of blocks_in_if_conditions clippy lint
Browse files Browse the repository at this point in the history
    warning: lint `clippy::blocks_in_if_conditions` has been renamed to `clippy::blocks_in_conditions`
     --> impl/src/lib.rs:2:5
      |
    2 |     clippy::blocks_in_if_conditions,
      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::blocks_in_conditions`
      |
      = note: `#[warn(renamed_and_removed_lints)]` on by default
  • Loading branch information
dtolnay committed Dec 17, 2023
1 parent 0555b80 commit 87466d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![allow(
clippy::blocks_in_if_conditions,
clippy::blocks_in_conditions,
clippy::cast_lossless,
clippy::cast_possible_truncation,
clippy::manual_find,
Expand Down

0 comments on commit 87466d2

Please sign in to comment.