From 27101609c46ed00ff3bb5299d097a9654b682782 Mon Sep 17 00:00:00 2001 From: Jeffrey Czyz Date: Fri, 11 Feb 2022 22:17:27 -0600 Subject: [PATCH] Fix rustdoc error on nightly --- lightning/src/util/events.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`]. -- 2.30.2