Explain why we don't run rustfmt on tests/debuginfo/
.
This commit is contained in:
parent
3079bd96b9
commit
d71a015d01
1 changed files with 1 additions and 1 deletions
|
@ -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/",
|
||||
|
|
Loading…
Add table
Reference in a new issue