Skip to content

Commit 381985e

Browse files
committed
Run update_lints
1 parent d5ba399 commit 381985e

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
@@ -1337,6 +1337,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
13371337
LintId::of(&unused_self::UNUSED_SELF),
13381338
LintId::of(&wildcard_imports::ENUM_GLOB_USE),
13391339
LintId::of(&wildcard_imports::WILDCARD_IMPORTS),
1340+
LintId::of(&zero_sized_map_values::ZERO_SIZED_MAP_VALUES),
13401341
]);
13411342

13421343
#[cfg(feature = "internal-lints")]
@@ -1947,7 +1948,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
19471948
LintId::of(&strings::STRING_LIT_AS_BYTES),
19481949
LintId::of(&transmute::USELESS_TRANSMUTE),
19491950
LintId::of(&use_self::USE_SELF),
1950-
LintId::of(&zero_sized_map_values::ZERO_SIZED_MAP_VALUES),
19511951
]);
19521952
}
19531953

0 commit comments

Comments
 (0)