We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3728d1e commit e667822Copy full SHA for e667822
crates/tasks/src/lib.rs
@@ -169,6 +169,7 @@ pub async fn init(
169
/// # Errors
170
///
171
/// This function can fail if the database connection fails.
172
+#[expect(clippy::too_many_arguments, reason = "this is fine")]
173
pub async fn init_and_run(
174
repository_factory: PgRepositoryFactory,
175
clock: impl Clock + 'static,
0 commit comments