diff options
author | Akshay <[email protected]> | 2022-01-30 07:00:51 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2022-01-30 07:00:51 +0000 |
commit | 7457498ea64c4542b501d4c03ec2ff617763b070 (patch) | |
tree | 6e8af042bf948d25dff858a61d8016226dc2c834 /lib/src/lints.rs | |
parent | adacdb07ca7dca0e6dfaaf2379688524f690c8b8 (diff) |
new lint: deprecated_to_path
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 d31a754..439fd8f 100644 --- a/lib/src/lints.rs +++ b/lib/src/lints.rs | |||
@@ -17,4 +17,5 @@ lints! { | |||
17 | empty_inherit, | 17 | empty_inherit, |
18 | faster_groupby, | 18 | faster_groupby, |
19 | faster_zipattrswith, | 19 | faster_zipattrswith, |
20 | deprecated_to_path, | ||
20 | } | 21 | } |