diff options
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 27653e1..478e75e 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,4 +1,4 @@ -edition = "2021" +edition = "2024" enum_discrim_align_threshold = 40 # error_on_line_overflow = true # error_on_unformatted = true @@ -20,5 +20,5 @@ tab_spaces = 2 use_field_init_shorthand = true use_small_heuristics = "Max" use_try_shorthand = true -version = "Two" +style_edition = "2024" wrap_comments = true |