Skip to content

Commit

Permalink
Fixed clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ancwrd1 committed May 3, 2024
1 parent ab4cc9b commit 7960cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qpdf-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,5 +309,5 @@ fn main() {

let out_path = PathBuf::from(env::var("OUT_DIR").unwrap()).join("bindings.rs");

bindings.write_to_file(&out_path).unwrap();
bindings.write_to_file(out_path).unwrap();
}

0 comments on commit 7960cb9

Please sign in to comment.