We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdadd5f commit 8dda1ebCopy full SHA for 8dda1eb
rustfmt.toml
@@ -3,8 +3,9 @@ ignore = [
3
]
4
5
# Matches rustfmt.toml of rustc
6
-version = "Two"
+style_edition = "2024"
7
use_small_heuristics = "Max"
8
merge_derives = false
9
group_imports = "StdExternalCrate"
10
imports_granularity = "Module"
11
+use_field_init_shorthand = true
0 commit comments