Update ./x fmt command

This commit is contained in:
Chris Denton 2024-06-05 13:53:46 +00:00
parent 5ee2dfd2bc
commit a272f8ed44
No known key found for this signature in database
GPG Key ID: 713472F2F45627DE

View File

@ -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`.