Skip to content

Commit d068e3b

Browse files
committed
Allow too many params for now
1 parent c136ae9 commit d068e3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sqlx-cli/src/migrate.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ fn validate_applied_migrations(
213213
Ok(())
214214
}
215215

216+
#[allow(clippy::too_many_arguments)]
216217
pub async fn run(
217218
config: &Config,
218219
migration_source: &MigrationSourceOpt,
@@ -337,6 +338,7 @@ pub async fn run(
337338
Ok(())
338339
}
339340

341+
#[allow(clippy::too_many_arguments)]
340342
pub async fn revert(
341343
config: &Config,
342344
migration_source: &MigrationSourceOpt,

0 commit comments

Comments
 (0)