Ignore clippy lint in ef_tests
As it's just testing code, memory efficiency is not a priority
This commit is contained in:
parent
a71f05066b
commit
6099824cae
@ -15,6 +15,7 @@ use types::{
|
||||
};
|
||||
|
||||
// Enum variant names are used by Serde when deserializing the test YAML
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
#[derive(Debug, Clone, Deserialize)]
|
||||
pub enum SszStatic<E>
|
||||
where
|
||||
|
Loading…
Reference in New Issue
Block a user