We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5543dd4 commit 84d08f4Copy full SHA for 84d08f4
clippy_lints/src/declared_lints.rs
@@ -362,6 +362,7 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[
362
crate::methods::REPEAT_ONCE_INFO,
363
crate::methods::RESULT_MAP_OR_INTO_OPTION_INFO,
364
crate::methods::SEARCH_IS_SOME_INFO,
365
+ crate::methods::SEEK_FROM_CURRENT_INFO,
366
crate::methods::SHOULD_IMPLEMENT_TRAIT_INFO,
367
crate::methods::SINGLE_CHAR_ADD_STR_INFO,
368
crate::methods::SINGLE_CHAR_PATTERN_INFO,
0 commit comments