Skip to content

Commit

Permalink
#[cfg(all(feature = "taiko", not(feature = "optimism")))]
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 authored Feb 15, 2024
1 parent 8e0e484 commit 36589aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/src/specification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub enum SpecId {
/// Specification IDs and their activation block.
///
/// Information was obtained from the [Ethereum Execution Specifications](https://github.com/ethereum/execution-specs)
#[cfg(feature = "taiko")]
#[cfg(all(feature = "taiko", not(feature = "optimism")))]
#[repr(u8)]
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, Ord, PartialOrd, enumn::N)]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
Expand Down

0 comments on commit 36589aa

Please sign in to comment.