diff --git a/lightning/src/ln/channel.rs b/lightning/src/ln/channel.rs index 0bdb1c3d486..a1a9b7536f2 100644 --- a/lightning/src/ln/channel.rs +++ b/lightning/src/ln/channel.rs @@ -3798,8 +3798,8 @@ impl Channel { /// May panic if some calls other than message-handling calls (which will all Err immediately) /// have been called between remove_uncommitted_htlcs_and_mark_paused and this call. /// - /// Some random links that are printed in log lines so should pass link tests (when run with - /// `cargo doc --document-private-items`): + /// Some links are printed in log lines are included here to check them during build (when run + /// with `cargo doc --document-private-items`): /// [`super::channelmanager::ChannelManager::force_close_without_broadcasting_txn`] and /// [`super::channelmanager::ChannelManager::force_close_all_channels_without_broadcasting_txn`]. pub fn channel_reestablish(&mut self, msg: &msgs::ChannelReestablish, logger: &L,