From 0b83227cefca46a44304d8184d9857acfc6be618 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 25 Feb 2021 20:17:43 +0100 Subject: [PATCH] Remove edition from .rustfmt.toml The edition is inferred from `Cargo.toml`s. --- .rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index c17d7f31..d7d9e809 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,5 +1,4 @@ comment_width = 100 -edition = "2018" imports_granularity = "Crate" newline_style = "Unix" use_small_heuristics = "Max"