Skip to content

Commit

Permalink
Rollup merge of rust-lang#126030 - ChrisDenton:update-wingen-readme, …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
matthiaskrgr committed Jun 7, 2024
2 parents 37926ee + a272f8e commit 70e1b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/sys/pal/windows/c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ be edited manually.

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

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

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

0 comments on commit 70e1b80

Please sign in to comment.