Skip to content

Commit

Permalink
Fix lint warnings ef testing
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Sep 19, 2024
1 parent 883975d commit 6915a2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/ef-tests/tests/tests.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(missing_docs)]
#![cfg(feature = "ef-tests")]

use ef_tests::{cases::blockchain_test::BlockchainTests, suite::Suite};
Expand All @@ -11,6 +12,7 @@ macro_rules! general_state_test {
};
}

#[allow(missing_docs)]
mod general_state_tests {
use super::*;

Expand Down

0 comments on commit 6915a2f

Please sign in to comment.