Skip to content

Commit 2710160

Browse files
committed
Fix rustdoc error on nightly
1 parent 63e3486 commit 2710160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ pub enum Event {
235235
/// Note that this does *not* indicate that all paths for an MPP payment have failed, see
236236
/// [`Event::PaymentFailed`] and [`all_paths_failed`].
237237
///
238-
/// [`all_paths_failed`]: Self::all_paths_failed
238+
/// [`all_paths_failed`]: Self::PaymentPathFailed::all_paths_failed
239239
PaymentPathFailed {
240240
/// The id returned by [`ChannelManager::send_payment`] and used with
241241
/// [`ChannelManager::retry_payment`] and [`ChannelManager::abandon_payment`].

0 commit comments

Comments
 (0)