Skip to content

Commit fd7eca2

Browse files
committed
Run update_lints
1 parent 70a2a29 commit fd7eca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,6 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
10501050
LintId::of(&unicode::NON_ASCII_LITERAL),
10511051
LintId::of(&unicode::UNICODE_NOT_NFC),
10521052
LintId::of(&unused_self::UNUSED_SELF),
1053-
LintId::of(&use_self::USE_SELF),
10541053
]);
10551054

10561055
store.register_group(true, "clippy::internal", Some("clippy_internal"), vec![
@@ -1579,6 +1578,7 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
15791578
LintId::of(&mutex_atomic::MUTEX_INTEGER),
15801579
LintId::of(&needless_borrow::NEEDLESS_BORROW),
15811580
LintId::of(&path_buf_push_overwrite::PATH_BUF_PUSH_OVERWRITE),
1581+
LintId::of(&use_self::USE_SELF),
15821582
]);
15831583
}
15841584

0 commit comments

Comments
 (0)