From 28e3f0ddbc8ac5086fd1e02cd97abb06696e167d Mon Sep 17 00:00:00 2001 From: KooshaPari Date: Wed, 12 Aug 2026 18:36:21 -0700 Subject: [PATCH] ci: make rustfmt policy stable-compatible Co-Authored-By: ForgeCode --- .rustfmt.toml | 5 ----- crates/forge_main/src/info.rs | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index 16b844983b..22e59e7d2b 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,6 +1 @@ -unstable_features = true struct_lit_width = 60 -imports_granularity = "Module" -group_imports = "StdExternalCrate" -wrap_comments = true -comment_width = 80 diff --git a/crates/forge_main/src/info.rs b/crates/forge_main/src/info.rs index b0815a8799..074e8e9711 100644 --- a/crates/forge_main/src/info.rs +++ b/crates/forge_main/src/info.rs @@ -75,7 +75,7 @@ impl Section { /// # Output Format /// /// ```text -/// +/// /// CONFIGURATION /// model gpt-4 /// provider openai