max / docengine
1 file changed,
+11 insertions,
-0 deletions
| @@ -1,0 +1,11 @@ | |||
| 1 | + | # Pinned to an exact version, not "stable". fw13 and astra both reported | |
| 2 | + | # rustfmt "1.9.0-stable" while running builds from 1.97.1 and 1.95.0, and the | |
| 3 | + | # two disagree on breaking struct literals and inline if-else, so a floating | |
| 4 | + | # channel leaves the sweep fmt cell measuring which machine formatted last. | |
| 5 | + | # | |
| 6 | + | # Per-directory, so this pins the repo without touching either machine default | |
| 7 | + | # toolchain. rustup installs the version on demand. | |
| 8 | + | [toolchain] | |
| 9 | + | channel = "1.97.1" | |
| 10 | + | profile = "minimal" | |
| 11 | + | components = ["rustfmt", "clippy"] |