From 62c948a8d92bb210172fbc0728d51158e5d62cb2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 13 Oct 2022 15:01:07 +0200 Subject: [PATCH] bump edition in rustfmt.toml Signed-off-by: Wolfgang Bumiller --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 32a9786f..3a26366d 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1 +1 @@ -edition = "2018" +edition = "2021"