From 5fc55c3a074c7a2edc2886fa59cbd054b7365ef0 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 24 Jun 2022 15:24:01 +0000 Subject: [PATCH] f doc change --- lightning/src/ln/channel.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,