Rollup merge of #126030 - ChrisDenton:update-wingen-readme, r=Mark-Si… · model-checking/verify-rust-std@199da77 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 199da77

Rollup merge of rust-lang#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.

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ be edited manually.
3 3
4 4 To add bindings, edit `bindings.txt` then regenerate using the following command:
5 5
6 -./x run generate-windows-sys && ./x fmt library/std
6 +./x run generate-windows-sys && ./x fmt
7 7
8 8 If you need to override generated functions or types then add them to
9 9 `library/std/src/sys/pal/windows/c.rs`.