diff options
author | Akshay <[email protected]> | 2021-09-15 11:49:43 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-09-15 11:49:43 +0100 |
commit | 2ee7db0b3b6df787c7e62d3614f97a0e45d12a12 (patch) | |
tree | 04e3aad2b98f8c55ca88d6b409cd74263410f2cc /lib/src/lints.rs | |
parent | 4152367f5dee2a70ff49f4aff4040d5d433b8e44 (diff) |
implement lint_map
Diffstat (limited to 'lib/src/lints.rs')
-rw-r--r-- | lib/src/lints.rs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/src/lints.rs b/lib/src/lints.rs index b0df71b..15d9063 100644 --- a/lib/src/lints.rs +++ b/lib/src/lints.rs | |||
@@ -1,2 +1,5 @@ | |||
1 | pub mod bool_comparison; | 1 | use crate::lint_map; |
2 | pub mod with_list; | 2 | |
3 | lint_map! { | ||
4 | bool_comparison, | ||
5 | } | ||