Rollup merge of #126030 - ChrisDenton:update-wingen-readme, r=Mark-Si… · model-checking/verify-rust-std@199da77 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
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
- std/src/sys/pal/windows/c
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`. |