about summary refs log tree commit diff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-09-22 19:05:25 -0400
committerMichael Goulet <michael@errs.io>2024-09-22 19:11:28 -0400
commit1173204b364841b51598744fc69d7c80be10f956 (patch)
tree98f28a772b74df47669484586787ebfc0a164fdf /rustfmt.toml
parent624bc65665afd0c1a246952cf163977889d93b85 (diff)
downloadrust-1173204b364841b51598744fc69d7c80be10f956.tar.gz
rust-1173204b364841b51598744fc69d7c80be10f956.zip
Use style_edition over version
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index e62ab86d04e..4d48236a393 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -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"