Skip to content

Commit f633ef6

Browse files
RickyRicky
Ricky
authored and
Ricky
committed
didn't update lint correctly
1 parent 8135ab8 commit f633ef6

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
@@ -1214,6 +1214,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
12141214
LintId::of(&integer_division::INTEGER_DIVISION),
12151215
LintId::of(&let_underscore::LET_UNDERSCORE_MUST_USE),
12161216
LintId::of(&literal_representation::DECIMAL_LITERAL_REPRESENTATION),
1217+
LintId::of(&map_err_ignore::MAP_ERR_IGNORE),
12171218
LintId::of(&matches::REST_PAT_IN_FULLY_BOUND_STRUCTS),
12181219
LintId::of(&matches::WILDCARD_ENUM_MATCH_ARM),
12191220
LintId::of(&mem_forget::MEM_FORGET),
@@ -1280,7 +1281,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
12801281
LintId::of(&loops::EXPLICIT_ITER_LOOP),
12811282
LintId::of(&macro_use::MACRO_USE_IMPORTS),
12821283
LintId::of(&manual_ok_or::MANUAL_OK_OR),
1283-
LintId::of(&map_err_ignore::MAP_ERR_IGNORE),
12841284
LintId::of(&match_on_vec_items::MATCH_ON_VEC_ITEMS),
12851285
LintId::of(&matches::MATCH_BOOL),
12861286
LintId::of(&matches::MATCH_SAME_ARMS),

0 commit comments

Comments
 (0)