Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update name of blocks_in_if_conditions clippy lint
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