diff options
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 | } | ||