diff options
| -rw-r--r-- | rustfmt.toml | 1 |
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", ] |
