Skip to content

Commit d0c3fb7

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 0a31c12 commit d0c3fb7

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
@@ -154,7 +154,7 @@ impl BackgroundProcessor {
154154
/// functionality implemented by other handlers.
155155
/// * [`NetGraphMsgHandler`] if given will update the [`NetworkGraph`] based on payment failures.
156156
///
157-
/// [top-level documentation]: Self
157+
/// [top-level documentation]: BackgroundProcessor
158158
/// [`join`]: Self::join
159159
/// [`stop`]: Self::stop
160160
/// [`ChannelManager`]: lightning::ln::channelmanager::ChannelManager

0 commit comments

Comments
 (0)