Skip to content

Commit

Permalink
rustfmt: Use show_parse_errors
Browse files Browse the repository at this point in the history
In rust-lang/rustfmt `hide_parse_errors` was changed to
`show_parse_errors`

Rename the variable and keep the default value `true`.
  • Loading branch information
jamillambert committed Jul 18, 2024
1 parent 13b65fe commit 9e8505d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ color = "Auto"
unstable_features = false
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 9e8505d

Please sign in to comment.