rust-bitcoin / rust-bitcoind-json-rpc

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

Fix clippy line-too-long warning #28

Closed tcharding closed 2 weeks ago

tcharding commented 2 weeks ago

clippy emits:

warning: first doc comment paragraph is too long

Separate the two sentences so the first line is not too long.