Run rustfmt on `tests/auxiliary/`.

That directory doesn't contain any Rust files, so it's a trivial change.
This commit is contained in:
Nicholas Nethercote 2024-05-29 13:59:52 +10:00
parent d063c7b6c8
commit b1b18e6031
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ ignore = [
# - some contain syntax errors that cause rustfmt to give an error
# - some UI tests are broken by different formatting
# - some require special comments in a particular position (e.g. `EMIT_MIR` comments)
"/tests/auxiliary/",
"/tests/codegen/",
"/tests/codegen-units/",
"/tests/coverage/",