Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
film42 committed Oct 3, 2024
1 parent 95f3617 commit 0782e18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ impl EnqueueOpts {
}
}

#[must_use]
pub fn create_job(&self, class: String, args: impl serde::Serialize) -> Result<Job> {
let args = serde_json::to_value(args)?;

Expand Down

0 comments on commit 0782e18

Please sign in to comment.