Skip to content

Commit

Permalink
chore: set edition to 2021 in rustfmt.toml
Browse files Browse the repository at this point in the history
Some tools use rustfmt dirctly. Setting edition to 2021 in rustfmt.toml
tells these tools to recognize new features added in edition 2021 such
as async/await.
  • Loading branch information
doitian committed Apr 24, 2023
1 parent 6de945f commit a926b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
edition = "2021"
max_width = 100
tab_spaces = 4
reorder_imports = true
Expand Down

0 comments on commit a926b66

Please sign in to comment.