diff options
author | Akshay <[email protected]> | 2021-10-28 03:20:36 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-28 03:20:36 +0100 |
commit | 3c9a675b9d776bf2210803d582e9af88f9df2631 (patch) | |
tree | 6b3b88fe4040cc904922b4b084442dbcf20495ae /lib/src/lib.rs | |
parent | 8eccf15964e09c2e024710512e671c6b1b88e885 (diff) |
fix fp with manual_inherit and manual_inherit_from
the lint also needed to validate if the length of the path component was
exactly one, and not just check if the first component matches the
value.
Diffstat (limited to 'lib/src/lib.rs')
-rw-r--r-- | lib/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/src/lib.rs b/lib/src/lib.rs index c2f24c6..753e5c1 100644 --- a/lib/src/lib.rs +++ b/lib/src/lib.rs | |||
@@ -1,3 +1,4 @@ | |||
1 | #![recursion_limit = "1024"] | ||
1 | mod lints; | 2 | mod lints; |
2 | mod make; | 3 | mod make; |
3 | 4 | ||