From 9d6b070f356fe85204a6b16b406dc49d4381f4f2 Mon Sep 17 00:00:00 2001 From: strawberry Date: Mon, 25 Mar 2024 16:46:42 -0400 Subject: [PATCH] Revert "update rustfmt" This reverts commit e517f2bad8c8a4181f70126067ea49d8b3ad1635. --- rustfmt.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index 718d46c3..3216a9aa 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -24,5 +24,4 @@ group_imports = "StdExternalCrate" newline_style = "Unix" use_field_init_shorthand = true use_small_heuristics = "Off" -use_try_shorthand = true -ignore = ["/src"] +use_try_shorthand = true \ No newline at end of file