Skip to content

Commit 77a5d0e

Browse files
committed
rustfmt: Use show_parse_errors
In rust-lang/rustfmt `hide_parse_errors` was changed to `show_parse_errors` Rename the variable and keep the default value `true`.
1 parent 86f7dc0 commit 77a5d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustfmt.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ color = "Auto"
7171
unstable_features = false
7272
disable_all_formatting = false
7373
skip_children = false
74-
hide_parse_errors = false
74+
show_parse_errors = true
7575
error_on_line_overflow = false
7676
error_on_unformatted = false
7777
emit_mode = "Files"

0 commit comments

Comments
 (0)