Ignore clippy lint

This commit is contained in:
Quentin Gliech
2025-07-09 18:04:45 +02:00
parent d985815cfd
commit 344302976c

View File

@@ -169,6 +169,7 @@ pub async fn init(
/// # Errors
///
/// This function can fail if the database connection fails.
#[expect(clippy::too_many_arguments, reason = "this is fine")]
pub async fn init_and_run(
repository_factory: PgRepositoryFactory,
clock: impl Clock + 'static,