From da9707cc2c55566c6bea9f94d181b402e9d695f0 Mon Sep 17 00:00:00 2001 From: Janne Blomqvist Date: Wed, 13 Mar 2024 09:36:13 +0200 Subject: [PATCH] Update edition in rustfmt.toml, matching Cargo.toml --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index c1a42eb..481ef24 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,3 +1,3 @@ max_width = 120 -edition = "2018" +edition = "2021" use_try_shorthand = true