mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 09:08:05 -05:00
chore: rm false positive clippy (#1912)
This commit is contained in:
@@ -434,7 +434,6 @@ where
|
||||
|
||||
let pool = self.pool.clone();
|
||||
|
||||
#[allow(clippy::redundant_async_block)]
|
||||
let import = Box::pin(async move {
|
||||
pool.add_external_transaction(pool_transaction).await
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user