Skip to content

Commit 91b5f5e

Browse files
committed
Allow type complexity on sqlite.execute, since tracing puts its complexity over-budget
1 parent 37438bd commit 91b5f5e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sqlx-sqlite/src/connection/worker.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ impl ConnectionWorker {
376376
.await?
377377
}
378378

379+
#[allow(clippy::type_complexity)]
379380
#[tracing::instrument(
380381
target = "sqlx::query",
381382
name = "sqlite.execute",

0 commit comments

Comments
 (0)