diff --git a/rustfmt.toml b/rustfmt.toml index 7c384b876bf7d..c884a33729c44 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -53,8 +53,4 @@ ignore = [ # Code automatically generated and included. "compiler/rustc_codegen_gcc/src/intrinsic/archs.rs", "compiler/rustc_codegen_gcc/example", - - # Rustfmt doesn't support use closures yet - "tests/mir-opt/ergonomic-clones/closure.rs", - "tests/codegen/ergonomic-clones/closure.rs", ]