diff options
Diffstat (limited to 'bin/tests/main.rs')
-rw-r--r-- | bin/tests/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tests/main.rs b/bin/tests/main.rs index 6175c90..de5266f 100644 --- a/bin/tests/main.rs +++ b/bin/tests/main.rs | |||
@@ -39,9 +39,9 @@ test_lint! { | |||
39 | collapsible_let_in, | 39 | collapsible_let_in, |
40 | eta_reduction, | 40 | eta_reduction, |
41 | useless_parens, | 41 | useless_parens, |
42 | unquoted_splices, | ||
43 | empty_pattern, | 42 | empty_pattern, |
44 | redundant_pattern_bind, | 43 | redundant_pattern_bind, |
45 | unquoted_uri, | 44 | unquoted_uri, |
46 | deprecated_is_null, | 45 | deprecated_is_null, |
46 | empty_inherit, | ||
47 | } | 47 | } |