Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jan 9, 2025
1 parent 7e036b8 commit 1f6ce03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives-traits/src/block/recovered.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ where
#[cfg(feature = "serde-bincode-compat")]
pub(super) mod serde_bincode_compat {
use crate::{serde_bincode_compat::SerdeBincodeCompat, Block};
use alloc::borrow::Cow;
use alloc::{borrow::Cow, vec::Vec};
use alloy_primitives::{Address, BlockHash};
use serde::{Deserialize, Deserializer, Serialize, Serializer};
use serde_with::{DeserializeAs, SerializeAs};
Expand Down

0 comments on commit 1f6ce03

Please sign in to comment.