From 8960fe05ad7caf0ae50a0160ba292347e2070a4d Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Fri, 8 Mar 2024 20:46:33 +0000 Subject: [PATCH] Remove exception for deleted file from rustfmt.toml --- rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index e6cc298ec44..0b0674af8b4 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -37,7 +37,6 @@ ignore = [ "src/tools/rustfmt", # these are ignored by a standard cargo fmt run - "compiler/rustc_codegen_cranelift/y.rs", # running rustfmt breaks this file "compiler/rustc_codegen_cranelift/scripts", "compiler/rustc_codegen_cranelift/example/gen_block_iterate.rs", # uses edition 2024 ]