chore(primitives-traits): gate test-only modules (#19393)

This commit is contained in:
Galoretka
2025-10-29 22:24:40 +02:00
committed by GitHub
parent 7dc07e8258
commit 1ed41d5151

View File

@@ -148,6 +148,7 @@ pub use block::{
Block, FullBlock, RecoveredBlock, SealedBlock,
};
#[cfg(test)]
mod withdrawal;
pub use alloy_eips::eip2718::WithEncoded;
@@ -156,6 +157,7 @@ pub mod crypto;
mod error;
pub use error::{GotExpected, GotExpectedBoxed};
#[cfg(test)]
mod log;
pub use alloy_primitives::{logs_bloom, Log, LogData};