Skip to content

Commit

Permalink
Fix make pr
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen-stig committed Aug 6, 2024
1 parent 7bf3f81 commit 359d0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/src/receipt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use alloc::{vec, vec::Vec};
reth_codecs::reth_codec(no_arbitrary, zstd)
)]
#[cfg_attr(
any(test, all(feature = "reth-codec", not(feature = "std"))),
all(not(test), feature = "reth-codec", not(feature = "std")),
reth_codecs::reth_codec(no_arbitrary)
)]
#[cfg_attr(any(test, feature = "reth-codec"), reth_codecs::add_arbitrary_tests)]
Expand Down

0 comments on commit 359d0f4

Please sign in to comment.