From 4781ecd760e98c543dcdd89f60fbf8260e397343 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 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", ]