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`
      --> src/lib.rs:42:5
       |
    42 |     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 d0fc5ae commit c7f9c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

#![doc(html_root_url = "https://docs.rs/dissimilar/1.0.7")]
#![allow(
clippy::blocks_in_if_conditions,
clippy::blocks_in_conditions,
clippy::bool_to_int_with_if,
clippy::cast_possible_wrap,
clippy::cast_sign_loss,
Expand Down

0 comments on commit c7f9c82

Please sign in to comment.