Lint on cloning double pointer

fixes #620
This commit is contained in:
Manish Goregaokar
2016-02-05 16:04:15 +05:30
parent b90288eced
commit 4eb9a921d4
3 changed files with 83 additions and 65 deletions

View File

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