We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55e2ea commit e8f0d7aCopy full SHA for e8f0d7a
tests/run-make/README.md
@@ -41,3 +41,8 @@ The setup for the `rmake.rs` version is a 3-stage process:
41
42
[`run_make_support`]: ../../src/tools/run-make-support
43
[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