From 7b9072d9e7b46c2616b2b4c2adba79e3930c1a1a Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Fri, 11 Apr 2025 16:35:03 -0300 Subject: [PATCH] Rustfmt now support use closures --- rustfmt.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index d9857a7e3e788..35dd6794afed9 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -54,8 +54,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", ]