Skip to content

Commit fba6261

Browse files
authored
Fix gen-windows-sys-binding (#1127)
1 parent 04d4b71 commit fba6261

File tree

1 file changed

+0
-1
lines changed
  • dev-tools/gen-windows-sys-binding/src

1 file changed

+0
-1
lines changed

Diff for: dev-tools/gen-windows-sys-binding/src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ fn main() -> io::Result<()> {
2727
// Common args to windows_bindgen.
2828
let mut args = vec![
2929
"--config",
30-
"std",
3130
"flatten",
3231
"--out",
3332
temp_file.path().to_str().unwrap(),

0 commit comments

Comments
 (0)