There was an error while loading. Please reload this page.
1 parent 37438bd commit 91b5f5eCopy full SHA for 91b5f5e
1 file changed
sqlx-sqlite/src/connection/worker.rs
@@ -376,6 +376,7 @@ impl ConnectionWorker {
376
.await?
377
}
378
379
+ #[allow(clippy::type_complexity)]
380
#[tracing::instrument(
381
target = "sqlx::query",
382
name = "sqlite.execute",
0 commit comments