diff options
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 98aa404..7da4933 100644 --- a/lib/src/lints.rs +++ b/lib/src/lints.rs | |||
@@ -6,4 +6,5 @@ lint_map! { | |||
6 | manual_inherit, | 6 | manual_inherit, |
7 | manual_inherit_from, | 7 | manual_inherit_from, |
8 | legacy_let_syntax, | 8 | legacy_let_syntax, |
9 | collapsible_let_in, | ||
9 | } | 10 | } |