Skip to content
/ rust Public
forked from rust-lang/rust

Commit a272f8e

Browse files
committed
Update ./x fmt command
1 parent 5ee2dfd commit a272f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/pal/windows/c/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ be edited manually.
33

44
To add bindings, edit `bindings.txt` then regenerate using the following command:
55

6-
./x run generate-windows-sys && ./x fmt library/std
6+
./x run generate-windows-sys && ./x fmt
77

88
If you need to override generated functions or types then add them to
99
`library/std/src/sys/pal/windows/c.rs`.

0 commit comments

Comments
 (0)