diff options
author | Akshay <[email protected]> | 2021-10-02 16:23:19 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-02 16:23:19 +0100 |
commit | c5c4b55c2b3a3fb824c3fd64e33bb30f1b011b71 (patch) | |
tree | be3330d728ca0dca70a42c54aaf64e456ffc2851 /lib/src/lints.rs | |
parent | 7a430237eea3e1d296e0d69e40f154a3727ba2fc (diff) |
new lint: legacy_let_syntax
Diffstat (limited to 'lib/src/lints.rs')
-rw-r--r-- | lib/src/lints.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/src/lints.rs b/lib/src/lints.rs index 30c1678..98aa404 100644 --- a/lib/src/lints.rs +++ b/lib/src/lints.rs | |||
@@ -5,4 +5,5 @@ lint_map! { | |||
5 | empty_let_in, | 5 | empty_let_in, |
6 | manual_inherit, | 6 | manual_inherit, |
7 | manual_inherit_from, | 7 | manual_inherit_from, |
8 | legacy_let_syntax, | ||
8 | } | 9 | } |