From ca52d30a75aaa7179c802bca2ae98ff2436b744f Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Tue, 16 Jul 2024 22:13:50 +0200 Subject: [PATCH] Remove `src/gcc` from `rustfmt` checks --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rustfmt.toml b/rustfmt.toml index 60cd0348400..e62ab86d04e 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -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",