Skip to content

Commit

Permalink
Fix gen-windows-sys-binding (#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored Jul 5, 2024
1 parent 04d4b71 commit fba6261
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev-tools/gen-windows-sys-binding/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ fn main() -> io::Result<()> {
// Common args to windows_bindgen.
let mut args = vec![
"--config",
"std",
"flatten",
"--out",
temp_file.path().to_str().unwrap(),
Expand Down

0 comments on commit fba6261

Please sign in to comment.