diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-06-07 20:14:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-07 20:14:29 +0200 |
| commit | 3689adf5a4c67c3d76d9c7eb08fae8baa1093332 (patch) | |
| tree | efe9131d9b28293929196786b60f564fac53aa6a /library/std/src | |
| parent | 65fcba61e4e3ebcbd849744c343ca3e792be6595 (diff) | |
| parent | a272f8ed44155e422d1e7f85f1cfe708ae0721b6 (diff) | |
| download | rust-3689adf5a4c67c3d76d9c7eb08fae8baa1093332.tar.gz rust-3689adf5a4c67c3d76d9c7eb08fae8baa1093332.zip | |
Rollup merge of #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.
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/sys/pal/windows/c/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys/pal/windows/c/README.md b/library/std/src/sys/pal/windows/c/README.md index d458e55efbc..efefc5faba7 100644 --- a/library/std/src/sys/pal/windows/c/README.md +++ b/library/std/src/sys/pal/windows/c/README.md @@ -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`. |
