From 9829b45ce8ea9385a1a49825339a18217c7dff26 Mon Sep 17 00:00:00 2001 From: Amanda Graven Date: Mon, 4 Oct 2021 12:56:49 +0200 Subject: [PATCH] Specifiy edition in rustfmt.toml --- .rustfmt.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rustfmt.toml b/.rustfmt.toml index a5f6e5a78..a05345e41 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,3 +1,4 @@ +edition = "2018" max_width = 100 comment_width = 80 wrap_comments = true