diff options
author | Akshay <[email protected]> | 2022-02-20 05:25:20 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2022-02-20 05:31:36 +0000 |
commit | c7874ec26d6499a1196ce23432beb33764490dec (patch) | |
tree | 226b8dce61e5f7580be9de7ebde72212bb94f682 /lib/src/lints.rs | |
parent | e8130a90dca048d195603281f72e1af0b4f7ccc6 (diff) |
new lint: useless_has_attr
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 | } |