diff options
Diffstat (limited to 'lib/src/lints.rs')
-rw-r--r-- | lib/src/lints.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/src/lints.rs b/lib/src/lints.rs new file mode 100644 index 0000000..b0df71b --- /dev/null +++ b/lib/src/lints.rs | |||
@@ -0,0 +1,2 @@ | |||
1 | pub mod bool_comparison; | ||
2 | pub mod with_list; | ||