Skip to content

Commit 17155c8

Browse files
committed
Add renamed lint
1 parent baec67e commit 17155c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2212,6 +2212,7 @@ pub fn register_renamed(ls: &mut rustc_lint::LintStore) {
22122212
ls.register_renamed("clippy::identity_conversion", "clippy::useless_conversion");
22132213
ls.register_renamed("clippy::zero_width_space", "clippy::invisible_characters");
22142214
ls.register_renamed("clippy::single_char_push_str", "clippy::single_char_add_str");
2215+
ls.register_renamed("clippy::if_let_some_result", "clippy::match_result_ok");
22152216

22162217
// uplifted lints
22172218
ls.register_renamed("clippy::invalid_ref", "invalid_value");

0 commit comments

Comments
 (0)