rustfmt: Use show_parse_errors

Clear deprecation warning by using the new option.
This commit is contained in:
Tobin C. Harding 2024-08-07 09:04:53 +10:00
parent 4428e08b48
commit dc3fc0919d
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ color = "Auto"
unstable_features = false unstable_features = false
disable_all_formatting = false disable_all_formatting = false
skip_children = false skip_children = false
hide_parse_errors = false show_parse_errors = true
error_on_line_overflow = false error_on_line_overflow = false
error_on_unformatted = false error_on_unformatted = false
emit_mode = "Files" emit_mode = "Files"