Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgalopes committed Oct 17, 2023
1 parent d96151b commit 3b92f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fn main() -> Result<(), std::io::Error> {
man.render(&mut manpage_file)?;

for shell in Shell::value_variants() {
generate_to(*shell, &mut cmd, "svg2pdf", &outdir_path).unwrap();
generate_to(*shell, &mut cmd, "svg2pdf", outdir_path).unwrap();
}

Ok(())
Expand Down

0 comments on commit 3b92f83

Please sign in to comment.