Fix misc. warnings from `--document-private-items`
[rust-lightning] / lightning / src / ln / outbound_payment.rs
index 2f6431665b7ea5ec01bf4a7fe810d0ca9fc1b3c8..44415af3d4d2afd7f8ad125cbf65856a5a535721 100644 (file)
@@ -60,7 +60,7 @@ pub(crate) enum PendingOutboundPayment {
        /// `PaymentPathFailed` events with `all_paths_failed` can be pending at once, confusing a
        /// downstream event handler as to when a payment has actually failed.
        ///
-       /// (1) https://github.com/lightningdevkit/rust-lightning/issues/1164
+       /// (1) <https://github.com/lightningdevkit/rust-lightning/issues/1164>
        Abandoned {
                session_privs: HashSet<[u8; 32]>,
                payment_hash: PaymentHash,