Add unused_trait_names tests

This commit is contained in:
Ruairidh Williamson 2024-09-21 00:54:56 +01:00
parent 05ebce8e1a
commit 739ef7bf0d
No known key found for this signature in database
4 changed files with 646 additions and 0 deletions

View file

@ -51,6 +51,7 @@ pub(super) fn check(cx: &LateContext<'_>, item: &Item<'_>, attrs: &[Attribute])
| "module_name_repetitions"
| "single_component_path_imports"
| "disallowed_types"
| "unused_trait_names"
)
}) {
return;