Skip to content

Commit 84d08f4

Browse files
committed
fix: register LintInfo
1 parent 5543dd4 commit 84d08f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/declared_lints.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[
362362
crate::methods::REPEAT_ONCE_INFO,
363363
crate::methods::RESULT_MAP_OR_INTO_OPTION_INFO,
364364
crate::methods::SEARCH_IS_SOME_INFO,
365+
crate::methods::SEEK_FROM_CURRENT_INFO,
365366
crate::methods::SHOULD_IMPLEMENT_TRAIT_INFO,
366367
crate::methods::SINGLE_CHAR_ADD_STR_INFO,
367368
crate::methods::SINGLE_CHAR_PATTERN_INFO,

0 commit comments

Comments
 (0)