chore: rm false positive clippy (#1912)

This commit is contained in:
Matthias Seitz
2023-03-27 13:52:23 +02:00
committed by GitHub
parent fdf2792833
commit 96b48e9c2f

View File

@@ -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
});