diff options
author | Akshay <[email protected]> | 2021-12-29 05:23:38 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2022-01-08 10:33:10 +0000 |
commit | d1ff222bcf94152cd657233cffd8c14a45788c26 (patch) | |
tree | fb8c94daefe0384a48b503fdd4bfaff905d78e2f /bin/src/lib.rs | |
parent | 94a2edf57340ac3f3a2276c88a221ba3125172af (diff) |
allow for version based lints
Diffstat (limited to 'bin/src/lib.rs')
-rw-r--r-- | bin/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/src/lib.rs b/bin/src/lib.rs index 0105334..01d3ea7 100644 --- a/bin/src/lib.rs +++ b/bin/src/lib.rs | |||
@@ -4,6 +4,7 @@ pub mod err; | |||
4 | pub mod explain; | 4 | pub mod explain; |
5 | pub mod fix; | 5 | pub mod fix; |
6 | pub mod lint; | 6 | pub mod lint; |
7 | pub mod session; | ||
7 | pub mod traits; | 8 | pub mod traits; |
8 | 9 | ||
9 | mod utils; | 10 | mod utils; |