Update ./x fmt
command · model-checking/verify-rust-std@91c8b23 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit 91c8b23
File tree
1 file changed
lines changed
- std/src/sys/pal/windows/c
1 file changed
lines changed
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`. |