diff options
author | Akshay <[email protected]> | 2021-10-02 14:10:08 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-02 14:10:08 +0100 |
commit | 7a430237eea3e1d296e0d69e40f154a3727ba2fc (patch) | |
tree | 5a39f01ad5d7ea1931b0a884c613e8e4462c847f /lib/src/lints.rs | |
parent | c00900120d88c3d42666ed93716b821bd694e8d6 (diff) |
new lint: manual_inherit_from
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 7d5cd30..30c1678 100644 --- a/lib/src/lints.rs +++ b/lib/src/lints.rs | |||
@@ -4,4 +4,5 @@ lint_map! { | |||
4 | bool_comparison, | 4 | bool_comparison, |
5 | empty_let_in, | 5 | empty_let_in, |
6 | manual_inherit, | 6 | manual_inherit, |
7 | manual_inherit_from, | ||
7 | } | 8 | } |