From 12bedc3e2b81a7d74fe2986d1582644fb8ed558b Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 17 Jul 2024 20:21:52 +0200 Subject: [PATCH] Ignore files in cg_gcc example folder --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) 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", ]