Merge rust-bitcoin/rust-secp256k1#720: rustfmt: Use show_parse_errors

dc3fc0919d 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 dc3fc0919d successfully ran local tests

Tree-SHA512: 3277d832d71a8d9ca773c1a0dd54ca79435c703a80994b3512c5a781b1a4e56ecf21639d9e0bc12b60b984b4ccf2201c532b4c7df52c012e1f507f8d0bc607b8
This commit is contained in:
merge-script 2024-08-07 03:11:33 +00:00
commit 789f3844c7
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ color = "Auto"
unstable_features = false
disable_all_formatting = false
skip_children = false
hide_parse_errors = false
show_parse_errors = true
error_on_line_overflow = false
error_on_unformatted = false
emit_mode = "Files"