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