From 8a5b2219dacf25ca2a4018da7d7115c77fb44997 Mon Sep 17 00:00:00 2001 From: Jason Scott Date: Sun, 4 Aug 2024 15:58:57 -0400 Subject: [PATCH] remove settings from rustfmt config that cause conflicts between versions with minimal value --- rustfmt.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index d056f06..227c49c 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -66,11 +66,9 @@ use_field_init_shorthand = false force_explicit_abi = true condense_wildcard_suffixes = false color = "Auto" -required_version = "1.7.0" unstable_features = false disable_all_formatting = false skip_children = false -hide_parse_errors = false error_on_line_overflow = false error_on_unformatted = false ignore = []