From c9b15b9535f7726208669e450630535532bb66d9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 6 Mar 2021 01:59:08 -0500 Subject: apparently you also need to specify the edition for rustfmt --- .rustfmt.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rustfmt.toml b/.rustfmt.toml index bcad605..6a05a26 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1 +1,2 @@ +edition = 2018 max_width = 78 -- cgit v1.2.3