about summary refs log tree commit diff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2024-07-16 22:13:50 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2024-09-06 16:01:46 +0200
commitca52d30a75aaa7179c802bca2ae98ff2436b744f (patch)
treed543038ce8ccd3bcfc81e59e838180111310b7c2 /rustfmt.toml
parent3ba799227282f07c1a3aa5e23bbf0761867b0ada (diff)
downloadrust-ca52d30a75aaa7179c802bca2ae98ff2436b744f.tar.gz
rust-ca52d30a75aaa7179c802bca2ae98ff2436b744f.zip
Remove `src/gcc` from `rustfmt` checks
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml1
1 files changed, 1 insertions, 0 deletions
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",