mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
ci: remove check-cfg job (#8106)
This commit is contained in:
@ -48,7 +48,7 @@ macro_rules! fuzz_type_and_name {
|
||||
};
|
||||
}
|
||||
|
||||
#[cfg(any(test, feature = "bench"))]
|
||||
#[cfg(test)]
|
||||
pub mod fuzz_rlp {
|
||||
use crate::roundtrip_encoding;
|
||||
use alloy_rlp::{RlpDecodableWrapper, RlpEncodableWrapper};
|
||||
|
||||
@ -4,7 +4,6 @@ mod multiplex;
|
||||
mod requests;
|
||||
mod session;
|
||||
mod startup;
|
||||
#[cfg(not(feature = "optimism"))]
|
||||
mod txgossip;
|
||||
|
||||
fn main() {}
|
||||
|
||||
Reference in New Issue
Block a user