rust-bitcoin / rust-bitcoind-json-rpc

Support for Bitcoin Core's JSON-RPC API
Creative Commons Zero v1.0 Universal
9 stars 5 forks source link

rustfmt: Use show_parse_errors #27

Closed tcharding closed 2 months ago

tcharding commented 2 months ago

rustfmt gives warning:

Warning: the hide_parse_errors option is deprecated. Use show_parse_errors instead

As suggested use show_parse_errors and switch the boolean value.