extend_from_slice lint

This commit is contained in:
llogiq
2016-01-25 14:02:47 +01:00
parent 5f17b38bf2
commit ed96583677
4 changed files with 54 additions and 3 deletions

View File

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