Skip to content

Commit e1852d0

Browse files
Unignore cg_gcc fmt
1 parent 08cdc2f commit e1852d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rustfmt.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ ignore = [
3131
"library/backtrace",
3232
"library/portable-simd",
3333
"library/stdarch",
34-
"compiler/rustc_codegen_gcc",
3534
"src/doc/book",
3635
"src/doc/edition-guide",
3736
"src/doc/embedded-book",
@@ -50,4 +49,7 @@ ignore = [
5049
# These are ignored by a standard cargo fmt run.
5150
"compiler/rustc_codegen_cranelift/scripts",
5251
"compiler/rustc_codegen_cranelift/example/gen_block_iterate.rs", # uses edition 2024
52+
"compiler/rustc_codegen_gcc/tests",
53+
# Code automatically generated and included.
54+
"compiler/rustc_codegen_gcc/src/intrinsic/archs.rs",
5355
]

0 commit comments

Comments
 (0)