Skip to content

Commit 20c6713

Browse files
committed
note that rmake.rs files are not subject to automatic formatting
1 parent bade142 commit 20c6713

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/run-make/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@ The setup for the `rmake.rs` version is a 3-stage process:
4141

4242
[`run_make_support`]: ../../src/tools/run-make-support
4343
[extern_prelude]: https://doc.rust-lang.org/reference/names/preludes.html#extern-prelude
44+
45+
### Formatting
46+
47+
Note that files under `tests/` are not formatted by `./x fmt`,
48+
use `rustfmt tests/path/to/file.rs` to format a specific file if desired.

0 commit comments

Comments
 (0)