Skip to content

Commit

Permalink
rustfmt: Use show_parse_errors
Browse files Browse the repository at this point in the history
Clear deprecation warning by using the new option.
  • Loading branch information
tcharding committed Aug 6, 2024
1 parent 4428e08 commit dc3fc09
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 @@ -74,7 +74,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
emit_mode = "Files"
Expand Down

0 comments on commit dc3fc09

Please sign in to comment.