Skip to content

Commit 789f384

Browse files
committed
Merge #720: rustfmt: Use show_parse_errors
dc3fc09 rustfmt: Use show_parse_errors (Tobin C. Harding) Pull request description: Clear deprecation warning by using the new option. ACKs for top commit: apoelstra: ACK dc3fc09 successfully ran local tests Tree-SHA512: 3277d832d71a8d9ca773c1a0dd54ca79435c703a80994b3512c5a781b1a4e56ecf21639d9e0bc12b60b984b4ccf2201c532b4c7df52c012e1f507f8d0bc607b8
2 parents 4428e08 + dc3fc09 commit 789f384

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)