diff options
author | Akshay <[email protected]> | 2022-02-20 04:07:32 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2022-02-20 04:07:32 +0000 |
commit | e8130a90dca048d195603281f72e1af0b4f7ccc6 (patch) | |
tree | 7b722cfc3dcf16417f73ba1577f824782903ad2e /lib/src/lints.rs | |
parent | a80e252193096f22ae79fa03e66a0853ddae050e (diff) |
new lint: bool_simplification
TODO: add more patterns to this
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 439fd8f..582cabe 100644 --- a/lib/src/lints.rs +++ b/lib/src/lints.rs | |||
@@ -18,4 +18,5 @@ lints! { | |||
18 | faster_groupby, | 18 | faster_groupby, |
19 | faster_zipattrswith, | 19 | faster_zipattrswith, |
20 | deprecated_to_path, | 20 | deprecated_to_path, |
21 | bool_simplification, | ||
21 | } | 22 | } |