Skip to content

Commit e667822

Browse files
committed
Ignore clippy lint
1 parent 3728d1e commit e667822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/tasks/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ pub async fn init(
169169
/// # Errors
170170
///
171171
/// This function can fail if the database connection fails.
172+
#[expect(clippy::too_many_arguments, reason = "this is fine")]
172173
pub async fn init_and_run(
173174
repository_factory: PgRepositoryFactory,
174175
clock: impl Clock + 'static,

0 commit comments

Comments
 (0)