Add FILTER_NEXT lint

This commit is contained in:
Devon Hollowood
2015-12-28 16:56:58 -08:00
parent ee236dac46
commit bbd439ec9e
4 changed files with 72 additions and 6 deletions

View File

@@ -176,6 +176,7 @@ pub fn plugin_registrar(reg: &mut Registry) {
matches::MATCH_BOOL,
matches::MATCH_REF_PATS,
matches::SINGLE_MATCH,
methods::FILTER_NEXT,
methods::OK_EXPECT,
methods::OPTION_MAP_UNWRAP_OR,
methods::OPTION_MAP_UNWRAP_OR_ELSE,