diff options
| author | Fuwn <[email protected]> | 2025-05-31 07:28:39 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-31 07:32:52 +0000 |
| commit | cb94730ced1778ae01b6d31abe471c62bd57ca80 (patch) | |
| tree | b4f36c0dd021895383e3da16425c91cd2a690421 /rustfmt.toml | |
| parent | fix(gif): Encode frames with accurate frame-delay (diff) | |
| download | para-cb94730ced1778ae01b6d31abe471c62bd57ca80.tar.xz para-cb94730ced1778ae01b6d31abe471c62bd57ca80.zip | |
chore(Cargo): Bump Rust edition
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 |