Use style_edition over version

This commit is contained in:
Michael Goulet 2024-09-22 19:05:25 -04:00
parent 624bc65665
commit 1173204b36
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Run rustfmt with this config (it should be picked up automatically).
version = "Two"
style_edition = "2024"
use_small_heuristics = "Max"
merge_derives = false
group_imports = "StdExternalCrate"