diff options
Diffstat (limited to 'lib/src/lib.rs')
-rw-r--r-- | lib/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/src/lib.rs b/lib/src/lib.rs index d96d9eb..a25b814 100644 --- a/lib/src/lib.rs +++ b/lib/src/lib.rs | |||
@@ -1,6 +1,7 @@ | |||
1 | #![recursion_limit = "1024"] | 1 | #![recursion_limit = "1024"] |
2 | mod lints; | 2 | mod lints; |
3 | mod make; | 3 | mod make; |
4 | mod utils; | ||
4 | 5 | ||
5 | pub use lints::LINTS; | 6 | pub use lints::LINTS; |
6 | 7 | ||