Skip to content

Commit 388ac4c

Browse files
Unignore cg_gcc fmt
1 parent b286722 commit 388ac4c

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
@@ -29,7 +29,6 @@ ignore = [
2929
"library/backtrace",
3030
"library/portable-simd",
3131
"library/stdarch",
32-
"compiler/rustc_codegen_gcc",
3332
"src/doc/book",
3433
"src/doc/edition-guide",
3534
"src/doc/embedded-book",
@@ -48,4 +47,7 @@ ignore = [
4847
# These are ignored by a standard cargo fmt run.
4948
"compiler/rustc_codegen_cranelift/scripts",
5049
"compiler/rustc_codegen_cranelift/example/gen_block_iterate.rs", # uses edition 2024
50+
"compiler/rustc_codegen_gcc/tests",
51+
# Code automatically generated and included.
52+
"compiler/rustc_codegen_gcc/src/intrinsic/archs.rs",
5153
]

0 commit comments

Comments
 (0)