Skip to content

Commit

Permalink
Remove exception for deleted file from rustfmt.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Mar 8, 2024
1 parent 8fb8b08 commit 8960fe0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
]

0 comments on commit 8960fe0

Please sign in to comment.