Skip to content

Commit

Permalink
Add #[allow(dead_code)]
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Aug 15, 2024
1 parent 902a933 commit 298f2e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/web5/src/test_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pub struct TestVector<I, O> {

#[derive(Debug, serde::Deserialize)]
pub struct TestVectorFile<I, O> {
#[allow(dead_code)]
pub description: String,
pub vectors: Vec<TestVector<I, O>>,
}
Expand Down

0 comments on commit 298f2e6

Please sign in to comment.