Skip to content

Commit 3689adf

Browse files
authored
Rollup merge of #126030 - ChrisDenton:update-wingen-readme, r=Mark-Simulacrum
Update `./x fmt` command in library/std/src/sys/pal/windows/c/README.md `./x fmt` no longer accepts paths so the command in the readme won't work.
2 parents 65fcba6 + a272f8e commit 3689adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/std/src/sys/pal/windows/c/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ be edited manually.
33

44
To add bindings, edit `bindings.txt` then regenerate using the following command:
55

6-
./x run generate-windows-sys && ./x fmt library/std
6+
./x run generate-windows-sys && ./x fmt
77

88
If you need to override generated functions or types then add them to
99
`library/std/src/sys/pal/windows/c.rs`.

0 commit comments

Comments
 (0)