diff options
author | Akshay <[email protected]> | 2021-10-02 06:20:47 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-02 06:21:27 +0100 |
commit | a60429891fe9eb5290f95a52dd5e56f62d25d344 (patch) | |
tree | 3623ae9c2204e666adcacf9403599378af49e5e7 /lib/src/lints.rs | |
parent | 2dacf12a3df91f27e5f290dcf495378076da3eed (diff) |
new lint: empty-let-in
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 15d9063..a5fe0da 100644 --- a/lib/src/lints.rs +++ b/lib/src/lints.rs | |||
@@ -2,4 +2,5 @@ use crate::lint_map; | |||
2 | 2 | ||
3 | lint_map! { | 3 | lint_map! { |
4 | bool_comparison, | 4 | bool_comparison, |
5 | empty_let_in, | ||
5 | } | 6 | } |