Add SEARCH_IS_SOME lint

This commit is contained in:
Devon Hollowood
2015-12-30 00:38:03 -08:00
parent bbd439ec9e
commit a6bd2d0622
4 changed files with 102 additions and 8 deletions

View File

@@ -180,6 +180,7 @@ pub fn plugin_registrar(reg: &mut Registry) {
methods::OK_EXPECT,
methods::OPTION_MAP_UNWRAP_OR,
methods::OPTION_MAP_UNWRAP_OR_ELSE,
methods::SEARCH_IS_SOME,
methods::SHOULD_IMPLEMENT_TRAIT,
methods::STR_TO_STRING,
methods::STRING_TO_STRING,