Skip to content

Commit ceb5707

Browse files
committed
[bfops/wasm-update]: fix lint
1 parent 3ab7052 commit ceb5707

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sdks/rust/src/db_connection.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,6 +1168,7 @@ fn build_db_ctx_inner<M: SpacetimeModule>(
11681168
}))
11691169
}
11701170

1171+
#[allow(clippy::too_many_arguments)]
11711172
/// Assemble and return a [`DbContextImpl`] from the provided [`DbContextImplInner`], and channels.
11721173
fn build_db_ctx<M: SpacetimeModule>(
11731174
#[cfg(not(feature = "web"))] runtime_handle: runtime::Handle,

0 commit comments

Comments
 (0)