diff --git a/rustfmt.toml b/rustfmt.toml index 689e390b990c2..b46e4ffbda103 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -55,8 +55,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", ]