mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(lint): warnings ef testing (#11016)
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
#![allow(missing_docs)]
|
||||||
#![cfg(feature = "ef-tests")]
|
#![cfg(feature = "ef-tests")]
|
||||||
|
|
||||||
use ef_tests::{cases::blockchain_test::BlockchainTests, suite::Suite};
|
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 {
|
mod general_state_tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user