Drop doc comments on `ChainMonitor` trait impl methods
authorMatt Corallo <git@bluematt.me>
Sun, 10 Sep 2023 20:21:50 +0000 (20:21 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 21 Sep 2023 19:04:41 +0000 (19:04 +0000)
commitaa9c601774b11d1ef2958961f7479599625e798b
treef2d727f19537697c0f705ee49ed2adce3508cb42
parent971f7a7e42652d5697d761df6650ae9e6dcaa5db
Drop doc comments on `ChainMonitor` trait impl methods

In general, doc comments on trait impl blocks are not very visible
in rustdoc output, and unless they provide useful information they
should be elided.

Here we drop useless doc comments on `ChainMonitor`'s `Watch` impl
methods.
lightning/src/chain/chainmonitor.rs