From c15233e9646e7a196dc7731549cb97374841230d Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Wed, 7 Feb 2024 03:07:33 -0500 Subject: [PATCH] do not order trait methods --- rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 5fce0595..751c75da 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -5,7 +5,6 @@ imports_granularity = "Module" newline_style = "Unix" normalize_comments = true normalize_doc_attributes = true -reorder_impl_items = true group_imports = "One" use_field_init_shorthand = true use_try_shorthand = true