Skip to content

Commit 9e8505d

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 13b65fe commit 9e8505d

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
@@ -65,7 +65,7 @@ color = "Auto"
6565
unstable_features = false
6666
disable_all_formatting = false
6767
skip_children = false
68-
hide_parse_errors = false
68+
show_parse_errors = true
6969
error_on_line_overflow = false
7070
error_on_unformatted = false
7171
ignore = []

0 commit comments

Comments
 (0)