Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Nov 9, 2022
1 parent 9c30062 commit 1d7ec85
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 @@ -19,7 +19,7 @@ fn main() {
}

// Tell cargo to invalidate the built crate whenever the wrapper changes
cargo_rerun_if_changed(&header);
cargo_rerun_if_changed(header);

// The bindgen::Builder is the main entry point
// to bindgen, and lets you build up options for
Expand Down

0 comments on commit 1d7ec85

Please sign in to comment.