From 84016ffd4def832c96b8b9df89aa07251a289acf Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Mon, 1 Sep 2025 12:14:48 +0000 Subject: [PATCH] doc: fix quoting on `Constructible` and manually update nightly compiler Looks like the "update nightly rustc" cronjob is working #303 but the latest nightly isn't working because our docs have a broken link. --- nightly-version | 2 +- src/node/mod.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nightly-version b/nightly-version index 0fd7fce9..12e2c71c 100644 --- a/nightly-version +++ b/nightly-version @@ -1 +1 @@ -nightly-2025-04-11 +nightly-2025-08-29 diff --git a/src/node/mod.rs b/src/node/mod.rs index 132abce1..f209a91d 100644 --- a/src/node/mod.rs +++ b/src/node/mod.rs @@ -616,7 +616,7 @@ impl Node { /// automatically based on the value of `inner` but requires that `cached_data` /// be provided. /// - /// If available, [`Constructible'] and its dependent traits will be easier to + /// If available, [`Constructible`] and its dependent traits will be easier to /// use. pub fn from_parts( inner: Inner, N::Jet, N::Disconnect, N::Witness>,