mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(lint): duplicate attributes (#7770)
This commit is contained in:
@ -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;
|
||||||
|
|||||||
@ -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"))]
|
||||||
|
|||||||
Reference in New Issue
Block a user