summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_codegen_cranelift/rustfmt.toml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_codegen_cranelift/rustfmt.toml')
-rw-r--r--compiler/rustc_codegen_cranelift/rustfmt.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/rustfmt.toml b/compiler/rustc_codegen_cranelift/rustfmt.toml
index ebeca8662..0f884187a 100644
--- a/compiler/rustc_codegen_cranelift/rustfmt.toml
+++ b/compiler/rustc_codegen_cranelift/rustfmt.toml
@@ -1,4 +1,7 @@
-ignore = ["y.rs"]
+ignore = [
+ "y.rs",
+ "example/gen_block_iterate.rs", # uses edition 2024
+]
# Matches rustfmt.toml of rustc
version = "Two"