Skip to content

Commit

Permalink
clippy: rm useless clippy statement (#9380)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Jul 8, 2024
1 parent a9ebab4 commit 5b81fc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/transaction-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@
)]
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
#![warn(clippy::missing_const_for_fn)]

use crate::{identifier::TransactionId, pool::PoolInner};
use aquamarine as _;
Expand Down

0 comments on commit 5b81fc1

Please sign in to comment.