Skip to content

Commit 54f37ac

Browse files
committed
Fix cargo doc on older rustc
Apparently at least rustc 1.48 doesn't support `Self` in doc links, so we make it explicit.
1 parent 801d6e5 commit 54f37ac

File tree

1 file changed

+1
-1
lines changed
  • lightning-background-processor/src

1 file changed

+1
-1
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ impl BackgroundProcessor {
153153
/// functionality implemented by other handlers.
154154
/// * [`NetGraphMsgHandler`] if given will update the [`NetworkGraph`] based on payment failures.
155155
///
156-
/// [top-level documentation]: Self
156+
/// [top-level documentation]: BackgroundProcessor
157157
/// [`join`]: Self::join
158158
/// [`stop`]: Self::stop
159159
/// [`ChannelManager`]: lightning::ln::channelmanager::ChannelManager

0 commit comments

Comments
 (0)