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