We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b286722 commit b203aa9Copy full SHA for b203aa9
rustfmt.toml
@@ -29,7 +29,6 @@ ignore = [
29
"library/backtrace",
30
"library/portable-simd",
31
"library/stdarch",
32
- "compiler/rustc_codegen_gcc",
33
"src/doc/book",
34
"src/doc/edition-guide",
35
"src/doc/embedded-book",
@@ -48,4 +47,5 @@ ignore = [
48
47
# These are ignored by a standard cargo fmt run.
49
"compiler/rustc_codegen_cranelift/scripts",
50
"compiler/rustc_codegen_cranelift/example/gen_block_iterate.rs", # uses edition 2024
+ "compiler/rustc_codegen_gcc/tests",
51
]
0 commit comments