about summary refs log tree commit diff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2024-07-17 20:21:52 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2024-07-17 20:21:52 +0200
commit12bedc3e2b81a7d74fe2986d1582644fb8ed558b (patch)
treeae90d33dde4c1d01a6b82434fc1f48c92e1447cc /rustfmt.toml
parent261d92c07dc792ad59753363ce5cadfcbe05d7c8 (diff)
downloadrust-12bedc3e2b81a7d74fe2986d1582644fb8ed558b.tar.gz
rust-12bedc3e2b81a7d74fe2986d1582644fb8ed558b.zip
Ignore files in cg_gcc example folder
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 3110ba7be09..8c1d3b94f19 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -52,4 +52,5 @@ ignore = [
     "compiler/rustc_codegen_gcc/tests",
     # Code automatically generated and included.
     "compiler/rustc_codegen_gcc/src/intrinsic/archs.rs",
+    "compiler/rustc_codegen_gcc/example",
 ]