Skip to content

Commit 9d80118

Browse files
Rickyjustjosias
authored andcommitted
didn't update lint correctly
1 parent 705c2f7 commit 9d80118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,6 +1218,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
12181218
LintId::of(&integer_division::INTEGER_DIVISION),
12191219
LintId::of(&let_underscore::LET_UNDERSCORE_MUST_USE),
12201220
LintId::of(&literal_representation::DECIMAL_LITERAL_REPRESENTATION),
1221+
LintId::of(&map_err_ignore::MAP_ERR_IGNORE),
12211222
LintId::of(&matches::REST_PAT_IN_FULLY_BOUND_STRUCTS),
12221223
LintId::of(&matches::WILDCARD_ENUM_MATCH_ARM),
12231224
LintId::of(&mem_forget::MEM_FORGET),
@@ -1285,7 +1286,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
12851286
LintId::of(&loops::EXPLICIT_ITER_LOOP),
12861287
LintId::of(&macro_use::MACRO_USE_IMPORTS),
12871288
LintId::of(&manual_ok_or::MANUAL_OK_OR),
1288-
LintId::of(&map_err_ignore::MAP_ERR_IGNORE),
12891289
LintId::of(&match_on_vec_items::MATCH_ON_VEC_ITEMS),
12901290
LintId::of(&matches::MATCH_BOOL),
12911291
LintId::of(&matches::MATCH_SAME_ARMS),

0 commit comments

Comments
 (0)