diff options
author | Akshay <[email protected]> | 2021-10-02 09:09:11 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-02 09:09:39 +0100 |
commit | c00900120d88c3d42666ed93716b821bd694e8d6 (patch) | |
tree | c98bc6fb91ce886e2ea1e0506209477d0f1100ea /lib/src/lints.rs | |
parent | 088559eedd40b16fff2ce97e48006580be39dd03 (diff) |
new lint: manual_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 a5fe0da..7d5cd30 100644 --- a/lib/src/lints.rs +++ b/lib/src/lints.rs | |||
@@ -3,4 +3,5 @@ use crate::lint_map; | |||
3 | lint_map! { | 3 | lint_map! { |
4 | bool_comparison, | 4 | bool_comparison, |
5 | empty_let_in, | 5 | empty_let_in, |
6 | manual_inherit, | ||
6 | } | 7 | } |