Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 3daf8e9

Browse files
committed
rustfmt: Use show_parse_errors
`rustfmt` gives warning: Warning: the `hide_parse_errors` option is deprecated. Use `show_parse_errors` instead As suggested use `show_parse_errors` and switch the boolean value.
1 parent c40efdb commit 3daf8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ color = "Auto"
7070
unstable_features = false
7171
disable_all_formatting = false
7272
skip_children = false
73-
hide_parse_errors = false
73+
show_parse_errors = true
7474
error_on_line_overflow = false
7575
error_on_unformatted = false
7676
emit_mode = "Files"

0 commit comments

Comments
 (0)