From c29b0f154a82040319f5ede5e083d5c25316772d Mon Sep 17 00:00:00 2001 From: Emelie Graven Date: Mon, 19 Sep 2022 11:34:56 +0200 Subject: [PATCH] chore: Add rust.vim edition workaround --- .rustfmt.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.rustfmt.toml b/.rustfmt.toml index 7b1f8212c..6455f16cd 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -6,3 +6,5 @@ use_small_heuristics = "Max" group_imports = "StdExternalCrate" format_code_in_doc_comments = true doc_comment_code_block_width = 80 +# Workaround for https://github.com/rust-lang/rust.vim/issues/464 +edition = "2021"