diff options
author | Akshay <[email protected]> | 2021-12-04 07:32:57 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-12-04 07:34:20 +0000 |
commit | 21775f28cd1bdde8eddd84a508813b01d620db89 (patch) | |
tree | ca78b5732040253bc49baafa5f1889e848172daa /lib/src/lints.rs | |
parent | 1079486539d44b2e70c623fb4948d6e0b9b11812 (diff) |
new lint: empty_inherit
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 | } |