Skip to content

Commit

Permalink
chore: set edition for rustfmt
Browse files Browse the repository at this point in the history
`cargo fmt` already passes this option, but some editors prefer to call
rustfmt directly.
  • Loading branch information
bavshin-f5 committed Nov 22, 2024
1 parent 5e3d654 commit 92408b8
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,2 +1,3 @@
# group_imports = "StdExternalCrate" # unstable
edition = "2021"
max_width = 120

0 comments on commit 92408b8

Please sign in to comment.