mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-10 07:48:19 -05:00
fix(lint): warnings ef testing (#11016)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#![allow(missing_docs)]
|
||||
#![cfg(feature = "ef-tests")]
|
||||
|
||||
use ef_tests::{cases::blockchain_test::BlockchainTests, suite::Suite};
|
||||
@@ -11,6 +12,7 @@ macro_rules! general_state_test {
|
||||
};
|
||||
}
|
||||
|
||||
#[allow(missing_docs)]
|
||||
mod general_state_tests {
|
||||
use super::*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user