chore(lint): duplicate attributes (#7770)

This commit is contained in:
Emilia Hane
2024-04-20 10:36:08 +02:00
committed by GitHub
parent 9df9c03a88
commit db5bd06851
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
//! Defines the types for blob transactions, legacy, and other EIP-2718 transactions included in a //! Defines the types for blob transactions, legacy, and other EIP-2718 transactions included in a
//! response to `GetPooledTransactions`. //! response to `GetPooledTransactions`.
#![cfg(feature = "c-kzg")]
#![cfg_attr(docsrs, doc(cfg(feature = "c-kzg")))] #![cfg_attr(docsrs, doc(cfg(feature = "c-kzg")))]
use super::error::TransactionConversionError; use super::error::TransactionConversionError;

View File

@ -1,4 +1,3 @@
#![cfg(feature = "c-kzg")]
#![cfg_attr(docsrs, doc(cfg(feature = "c-kzg")))] #![cfg_attr(docsrs, doc(cfg(feature = "c-kzg")))]
#[cfg(any(test, feature = "arbitrary"))] #[cfg(any(test, feature = "arbitrary"))]