chore(versionable): ignore struct_field_names clippy lint

This commit is contained in:
Nicolas Sarlin
2024-06-20 17:32:47 +02:00
committed by Nicolas Sarlin
parent 5b530152fe
commit 97c10df6c2

View File

@@ -239,7 +239,8 @@ impl<T: AssociatedType> AssociatingTrait<T> {
// If these lints doesn't trigger on the orginal type, we don't want them to trigger
// on the generated one
clippy::upper_case_acronyms,
clippy::large_enum_variant
clippy::large_enum_variant,
clippy::struct_field_names
)
]};