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 891e3c8..5de6b65 100644 --- a/lib/src/lints.rs +++ b/lib/src/lints.rs | |||
@@ -14,4 +14,5 @@ lints! { | |||
14 | redundant_pattern_bind, | 14 | redundant_pattern_bind, |
15 | unquoted_uri, | 15 | unquoted_uri, |
16 | deprecated_is_null, | 16 | deprecated_is_null, |
17 | empty_inherit, | ||
17 | } | 18 | } |