rustfmt: Use show_parse_errors
Clear deprecation warning by using the new option.
This commit is contained in:
parent
4428e08b48
commit
dc3fc0919d
|
@ -74,7 +74,7 @@ color = "Auto"
|
||||||
unstable_features = false
|
unstable_features = false
|
||||||
disable_all_formatting = false
|
disable_all_formatting = false
|
||||||
skip_children = false
|
skip_children = false
|
||||||
hide_parse_errors = false
|
show_parse_errors = true
|
||||||
error_on_line_overflow = false
|
error_on_line_overflow = false
|
||||||
error_on_unformatted = false
|
error_on_unformatted = false
|
||||||
emit_mode = "Files"
|
emit_mode = "Files"
|
||||||
|
|
Loading…
Reference in New Issue