about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-05-29 15:06:29 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-05-31 21:30:22 +1000
commitd71a015d01bd9a2b0fdec502aa2c738e4270bf62 (patch)
tree40fbbcd65b7bade4bbc1ee7a7b378b6010c98955
parent3079bd96b94fda7acba3161bd53719576224a210 (diff)
downloadrust-d71a015d01bd9a2b0fdec502aa2c738e4270bf62.tar.gz
rust-d71a015d01bd9a2b0fdec502aa2c738e4270bf62.zip
Explain why we don't run rustfmt on `tests/debuginfo/`.
-rw-r--r--rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index dfc41819968..beb33467b48 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -16,7 +16,7 @@ ignore = [
     # - some require special comments in a particular position (e.g. `EMIT_MIR` comments)
     "/tests/codegen/simd-intrinsic/", # Many types like `u8x64` are better hand-formatted.
     "/tests/crashes/",                # Many tests contain syntax errors.
-    "/tests/debuginfo/",
+    "/tests/debuginfo/",              # Tests are somewhat sensitive to source code layout.
     "/tests/incremental/",
     "/tests/mir-opt/",
     "/tests/pretty/",