Skip to content

Commit

Permalink
chore: Add rust.vim edition workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
emgrav authored and jplatte committed Sep 22, 2022
1 parent 6be0fc1 commit c29b0f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c29b0f1

Please sign in to comment.