Skip to content

Commit 45bb75b

Browse files
committed
Merge pull request #822 from Manishearth/fix-820
fix #820
2 parents fc64053 + 4c6c84e commit 45bb75b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/methods.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,8 @@ impl LintPass for MethodsPass {
302302
CLONE_ON_COPY,
303303
CLONE_DOUBLE_REF,
304304
NEW_RET_NO_SELF,
305-
SINGLE_CHAR_PATTERN)
305+
SINGLE_CHAR_PATTERN,
306+
SEARCH_IS_SOME)
306307
}
307308
}
308309

0 commit comments

Comments
 (0)