]> git.bitcoin.ninja Git - rust-lightning/commit
Drop manual `Debug` impl on RGS' `GraphSyncError`
authorMatt Corallo <git@bluematt.me>
Tue, 23 Jan 2024 19:20:05 +0000 (19:20 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 30 Jan 2024 23:56:12 +0000 (23:56 +0000)
commit0a14559297f4d1a7dc63f091e8c477eebc86ef11
treeb8443a0ebf934c2cb139d382e7eaf61be0418fb9
parent8805d0656b6c4a119d9ea49b31924bc44dd66543
Drop manual `Debug` impl on RGS' `GraphSyncError`

As it does the same thing as a derived `Debug` does anyway.
lightning-rapid-gossip-sync/src/lib.rs