Skip to content

Commit

Permalink
Fix cargo clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgroenwoldt committed Jun 21, 2023
1 parent 59c7dcd commit 88ace36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ impl Picture {
}

let jobname = random_jobname();
let pdf_path = self.to_pdf(std::env::temp_dir(), &jobname, engine)?;
let pdf_path = self.to_pdf(std::env::temp_dir(), jobname, engine)?;
opener::open(pdf_path)?;
Ok(())
}
Expand Down

0 comments on commit 88ace36

Please sign in to comment.