Skip to content

Commit ee9514b

Browse files
committed
fix lint
1 parent a5cd0b1 commit ee9514b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/primitives/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,8 @@ optimism = [
106106
"reth-ethereum-forks/optimism",
107107
"revm-primitives/optimism",
108108
"dep:reth-optimism-chainspec",
109-
"dep:op-alloy-rpc-types",
110109
]
111-
alloy-compat = ["reth-primitives-traits/alloy-compat", "dep:alloy-rpc-types", "dep:alloy-serde"]
110+
alloy-compat = ["reth-primitives-traits/alloy-compat", "dep:alloy-rpc-types", "dep:alloy-serde", "dep:op-alloy-rpc-types"]
112111
test-utils = ["reth-primitives-traits/test-utils"]
113112

114113
[[bench]]

crates/primitives/src/alloy_compat.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use crate::{
88
use alloy_primitives::TxKind;
99
use alloy_rlp::Error as RlpError;
1010
use alloy_serde::WithOtherFields;
11+
use op_alloy_rpc_types as _;
1112

1213
#[cfg(not(feature = "std"))]
1314
use alloc::{string::ToString, vec::Vec};

0 commit comments

Comments
 (0)