Allow fmt to run on rmake.rs test files

This commit is contained in:
Guillaume Gomez 2024-05-02 12:37:13 +02:00
parent 3d1062c1a4
commit 8f47f9773d
9 changed files with 38 additions and 69 deletions

View file

@ -13,7 +13,7 @@ ignore = [
# tests for now are not formatted, as they are sometimes pretty-printing constrained
# (and generally rustfmt can move around comments in UI-testing incompatible ways)
"/tests/",
"!/tests/run-make/*/rmake.rs",
# do not format submodules
# FIXME: sync submodule list with tidy/bootstrap/etc