diff options
Diffstat (limited to 'lib/src/lints.rs')
-rw-r--r-- | lib/src/lints.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/src/lints.rs b/lib/src/lints.rs index 582cabe..7d73277 100644 --- a/lib/src/lints.rs +++ b/lib/src/lints.rs | |||
@@ -19,4 +19,5 @@ lints! { | |||
19 | faster_zipattrswith, | 19 | faster_zipattrswith, |
20 | deprecated_to_path, | 20 | deprecated_to_path, |
21 | bool_simplification, | 21 | bool_simplification, |
22 | useless_has_attr, | ||
22 | } | 23 | } |