chore: remove useless non exhaustive (#10865)

This commit is contained in:
Oliver
2024-09-12 16:20:51 +02:00
committed by GitHub
parent 028000caf3
commit 74c733d22d
2 changed files with 0 additions and 2 deletions

View File

@@ -35,7 +35,6 @@ pub mod eip6110;
/// Ethereum-related EVM configuration.
#[derive(Debug, Clone)]
#[non_exhaustive]
pub struct EthEvmConfig {
chain_spec: Arc<ChainSpec>,
}

View File

@@ -33,7 +33,6 @@ use revm_primitives::{Bytes, Env, OptimismFields, TxKind};
/// Optimism-related EVM configuration.
#[derive(Debug, Clone)]
#[non_exhaustive]
pub struct OptimismEvmConfig {
chain_spec: Arc<OpChainSpec>,
}