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:
Matt Corallo 2021-09-17 16:00:24 +00:00
parent 0a31c12f85
commit d0c3fb745d

View file

@ -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