From a8db5f1bfa9271c00633fe9cce518b52832414d8 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Thu, 2 Apr 2026 10:37:08 +0000 Subject: [PATCH] root: fix rustfmt config (#21312) --- .cargo/rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cargo/rustfmt.toml b/.cargo/rustfmt.toml index 85ee115daf..48e433df88 100644 --- a/.cargo/rustfmt.toml +++ b/.cargo/rustfmt.toml @@ -12,5 +12,4 @@ reorder_impl_items = true style_edition = "2024" use_field_init_shorthand = true use_try_shorthand = true -where_single_line = true wrap_comments = true