diff options
Diffstat (limited to 'lib/src')
-rw-r--r-- | lib/src/lints.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/src/lints.rs b/lib/src/lints.rs index b4d4af3..891e3c8 100644 --- a/lib/src/lints.rs +++ b/lib/src/lints.rs | |||
@@ -9,7 +9,7 @@ lints! { | |||
9 | collapsible_let_in, | 9 | collapsible_let_in, |
10 | eta_reduction, | 10 | eta_reduction, |
11 | useless_parens, | 11 | useless_parens, |
12 | unquoted_splice, | 12 | // unquoted_splice, |
13 | empty_pattern, | 13 | empty_pattern, |
14 | redundant_pattern_bind, | 14 | redundant_pattern_bind, |
15 | unquoted_uri, | 15 | unquoted_uri, |