Skip to content

Commit dc3fc09

Browse files
committed
rustfmt: Use show_parse_errors
Clear deprecation warning by using the new option.
1 parent 4428e08 commit dc3fc09

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
@@ -74,7 +74,7 @@ color = "Auto"
7474
unstable_features = false
7575
disable_all_formatting = false
7676
skip_children = false
77-
hide_parse_errors = false
77+
show_parse_errors = true
7878
error_on_line_overflow = false
7979
error_on_unformatted = false
8080
emit_mode = "Files"

0 commit comments

Comments
 (0)