mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Fix cargo doc
on older rustc
Apparently at least rustc 1.48 doesn't support `Self` in doc links, so we make it explicit.
This commit is contained in:
parent
0a31c12f85
commit
d0c3fb745d
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ impl BackgroundProcessor {
|
|||
/// functionality implemented by other handlers.
|
||||
/// * [`NetGraphMsgHandler`] if given will update the [`NetworkGraph`] based on payment failures.
|
||||
///
|
||||
/// [top-level documentation]: Self
|
||||
/// [top-level documentation]: BackgroundProcessor
|
||||
/// [`join`]: Self::join
|
||||
/// [`stop`]: Self::stop
|
||||
/// [`ChannelManager`]: lightning::ln::channelmanager::ChannelManager
|
||||
|
|
Loading…
Add table
Reference in a new issue