Fix doc resolution in rustc 1.48 2021-04-fix-docs
authorMatt Corallo <git@bluematt.me>
Fri, 23 Apr 2021 20:42:11 +0000 (20:42 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 23 Apr 2021 20:42:11 +0000 (20:42 +0000)
lightning/src/chain/mod.rs

index 7d25a066076380896b54040edd3c361faf6494d2..7f99467642add8ade3a378671a4dad0fadd51598 100644 (file)
@@ -104,7 +104,7 @@ pub trait Confirm {
        /// in the event of a chain reorganization, it must not be called with a `header` that is no
        /// longer in the chain as of the last call to [`best_block_updated`].
        ///
-       /// [chain order]: Self#order
+       /// [chain order]: Confirm#Order
        /// [`best_block_updated`]: Self::best_block_updated
        fn transactions_confirmed(&self, header: &BlockHeader, txdata: &TransactionData, height: u32);