Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #103 from anton-rs/refcell/remove-u64-serde-helper…
Browse files Browse the repository at this point in the history
…-feat-flag

fix: Remove Optimism Feat on U64 Serde Helper
  • Loading branch information
refcell authored Aug 28, 2023
2 parents 7a4536a + 7edf44d commit d311c2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/primitives/src/serde_helper/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ pub mod u64_hex {
}

/// serde functions for handling `Option<u64>` as [U64](crate::U64)
#[cfg(feature = "optimism")]
pub mod option_u64_hex {
use crate::U64;
use serde::{Deserialize, Deserializer};
Expand Down

0 comments on commit d311c2e

Please sign in to comment.