Commit 87466d2
committed
Update name of blocks_in_if_conditions clippy lint
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 default1 parent 0555b80 commit 87466d2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments