Skip to content

Commit

Permalink
chore: Allow dead code for temporarly unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
leo91000 committed Dec 19, 2022
1 parent 506f98c commit e5b4329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sql/fail_job.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ pub async fn fail_job(
Ok(())
}

#[allow(dead_code)]
pub async fn fail_jobs(
executor: impl for<'e> PgExecutor<'e>,
jobs: &[Job],
Expand Down

0 comments on commit e5b4329

Please sign in to comment.