Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Generate layout tests for pre-generated bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ExPixel committed Oct 11, 2020
1 parent 08bd6be commit 378e79e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generate-bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ fn base_command() -> Command {
let mut cmd = Command::new("bindgen");
cmd.args(&[
"--verbose",
"--no-layout-tests",
"--use-core",
"--size_t-is-usize",
"--impl-debug",
Expand Down

0 comments on commit 378e79e

Please sign in to comment.