We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08cdc2f commit e1852d0Copy full SHA for e1852d0
rustfmt.toml
@@ -31,7 +31,6 @@ ignore = [
31
"library/backtrace",
32
"library/portable-simd",
33
"library/stdarch",
34
- "compiler/rustc_codegen_gcc",
35
"src/doc/book",
36
"src/doc/edition-guide",
37
"src/doc/embedded-book",
@@ -50,4 +49,7 @@ ignore = [
50
49
# These are ignored by a standard cargo fmt run.
51
"compiler/rustc_codegen_cranelift/scripts",
52
"compiler/rustc_codegen_cranelift/example/gen_block_iterate.rs", # uses edition 2024
+ "compiler/rustc_codegen_gcc/tests",
53
+ # Code automatically generated and included.
54
+ "compiler/rustc_codegen_gcc/src/intrinsic/archs.rs",
55
]
0 commit comments