diff --git a/crates/web5/src/test_helpers.rs b/crates/web5/src/test_helpers.rs index 09b9b3df..e434a39e 100644 --- a/crates/web5/src/test_helpers.rs +++ b/crates/web5/src/test_helpers.rs @@ -10,6 +10,7 @@ pub struct TestVector { #[derive(Debug, serde::Deserialize)] pub struct TestVectorFile { + #[allow(dead_code)] pub description: String, pub vectors: Vec>, }