chore: Add rust.vim edition workaround

This commit is contained in:
Emelie Graven 2022-09-19 11:34:56 +02:00 committed by Jonas Platte
parent 6be0fc1fae
commit c29b0f154a
1 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,5 @@ use_small_heuristics = "Max"
group_imports = "StdExternalCrate" group_imports = "StdExternalCrate"
format_code_in_doc_comments = true format_code_in_doc_comments = true
doc_comment_code_block_width = 80 doc_comment_code_block_width = 80
# Workaround for https://github.com/rust-lang/rust.vim/issues/464
edition = "2021"