Ignore clippy lint in ef_tests

As it's just testing code, memory efficiency is not a priority
This commit is contained in:
Paul Hauner
2019-06-13 11:00:47 -04:00
parent a71f05066b
commit 6099824cae

View File

@@ -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