Skip to content

Commit 4c6c84e

Browse files
committed
fix #820
1 parent fc64053 commit 4c6c84e

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)