From: Jeffrey Czyz Date: Sat, 12 Feb 2022 04:17:27 +0000 (-0600) Subject: Fix rustdoc error on nightly X-Git-Tag: v0.0.105~3^2~1 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=27101609c46ed00ff3bb5299d097a9654b682782;p=rust-lightning Fix rustdoc error on nightly --- diff --git a/lightning/src/util/events.rs b/lightning/src/util/events.rs index 8c9f5af4..3b90015c 100644 --- a/lightning/src/util/events.rs +++ b/lightning/src/util/events.rs @@ -235,7 +235,7 @@ pub enum Event { /// Note that this does *not* indicate that all paths for an MPP payment have failed, see /// [`Event::PaymentFailed`] and [`all_paths_failed`]. /// - /// [`all_paths_failed`]: Self::all_paths_failed + /// [`all_paths_failed`]: Self::PaymentPathFailed::all_paths_failed PaymentPathFailed { /// The id returned by [`ChannelManager::send_payment`] and used with /// [`ChannelManager::retry_payment`] and [`ChannelManager::abandon_payment`].