Skip to content

Commit

Permalink
Update rustfmt config (#2297)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones authored Nov 8, 2024
1 parent 6456c06 commit d5650f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ match_block_trailing_comma = false
blank_lines_upper_bound = 1
blank_lines_lower_bound = 0
edition = "2021" # changed
version = "One"
style_edition = "2021"
merge_derives = true
use_try_shorthand = true # changed
use_field_init_shorthand = true # changed
Expand All @@ -54,7 +54,7 @@ color = "Auto"
unstable_features = true # changed
disable_all_formatting = false
skip_children = false
hide_parse_errors = false
show_parse_errors = true
error_on_line_overflow = false
error_on_unformatted = false
ignore = []
Expand Down

0 comments on commit d5650f3

Please sign in to comment.