fix(lint): op-reth tests (#11020)

This commit is contained in:
Emilia Hane
2024-09-19 13:16:51 +02:00
committed by GitHub
parent 180f10001c
commit 46ada1a595
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![allow(missing_docs)]
#[cfg(feature = "optimism")] #[cfg(feature = "optimism")]
mod p2p; mod p2p;

View File

@ -1,3 +1,5 @@
#![allow(missing_docs)]
#[cfg(feature = "optimism")] #[cfg(feature = "optimism")]
mod builder; mod builder;