mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
+2
-1
@@ -302,7 +302,8 @@ fn get_lints(&self) -> LintArray {
|
||||
CLONE_ON_COPY,
|
||||
CLONE_DOUBLE_REF,
|
||||
NEW_RET_NO_SELF,
|
||||
SINGLE_CHAR_PATTERN)
|
||||
SINGLE_CHAR_PATTERN,
|
||||
SEARCH_IS_SOME)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user