mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
chore(versionable): ignore struct_field_names clippy lint
This commit is contained in:
committed by
Nicolas Sarlin
parent
5b530152fe
commit
97c10df6c2
@@ -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
|
||||
)
|
||||
]};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user