Skip to content

Commit b203aa9

Browse files
Unignore cg_gcc fmt
1 parent b286722 commit b203aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustfmt.toml

+1-1
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,5 @@ 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",
5151
]

0 commit comments

Comments
 (0)