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
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C

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