Remove `src/gcc` from `rustfmt` checks

This commit is contained in:
Guillaume Gomez 2024-07-16 22:13:50 +02:00
parent 3ba7992272
commit ca52d30a75
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ ignore = [
"src/tools/rust-analyzer",
"src/tools/rustc-perf",
"src/tools/rustfmt",
"src/gcc",
# These are ignored by a standard cargo fmt run.
"compiler/rustc_codegen_cranelift/scripts",