diff options
| author | J-ZhengLi <lizheng135@huawei.com> | 2023-11-30 15:41:54 +0800 |
|---|---|---|
| committer | J-ZhengLi <lizheng135@huawei.com> | 2023-11-30 15:41:54 +0800 |
| commit | 40b558af764a43e8d1c1a22ad34efc3dd3cf4208 (patch) | |
| tree | 39eb5d8ec04373a02ed9df15fddd6cbdf9dea5e7 /clippy_lints/src/declared_lints.rs | |
| parent | fff7aa0e18a5b71f5d6329afc9a8da56a3fed561 (diff) | |
| download | rust-40b558af764a43e8d1c1a22ad34efc3dd3cf4208.tar.gz rust-40b558af764a43e8d1c1a22ad34efc3dd3cf4208.zip | |
rename [`blocks_in_if_conditions`] to [`blocks_in_conditions`];
add more test cases with `match`; minor fixes in message output regarding review feedback
Diffstat (limited to 'clippy_lints/src/declared_lints.rs')
| -rw-r--r-- | clippy_lints/src/declared_lints.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/declared_lints.rs b/clippy_lints/src/declared_lints.rs index 5a109fcc2cc..abea2773e74 100644 --- a/clippy_lints/src/declared_lints.rs +++ b/clippy_lints/src/declared_lints.rs @@ -63,7 +63,7 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[ crate::await_holding_invalid::AWAIT_HOLDING_INVALID_TYPE_INFO, crate::await_holding_invalid::AWAIT_HOLDING_LOCK_INFO, crate::await_holding_invalid::AWAIT_HOLDING_REFCELL_REF_INFO, - crate::blocks_in_if_conditions::BLOCKS_IN_IF_CONDITIONS_INFO, + crate::blocks_in_conditions::BLOCKS_IN_CONDITIONS_INFO, crate::bool_assert_comparison::BOOL_ASSERT_COMPARISON_INFO, crate::bool_to_int_with_if::BOOL_TO_INT_WITH_IF_INFO, crate::booleans::NONMINIMAL_BOOL_INFO, |
