Skip to content

Commit 6bdcd04

Browse files
committed
Merge #306: doc: fix quoting on Constructible and manually update nightly compiler
84016ff doc: fix quoting on `Constructible` and manually update nightly compiler (Andrew Poelstra) Pull request description: Looks like the "update nightly rustc" cronjob is working #303 but the latest nightly isn't working because our docs have a broken link. ACKs for top commit: canndrew: ACK 84016ff Tree-SHA512: 5b8fe0897019a1bc264acc5242ca6ae4f1ad0f949cc08fafeb5bdb5e19ee3fbbf366c5a672f9e2e4363099e32dbfe798eafde1d83c2b26c12ef7c75e40ef6ae7
2 parents 253f396 + 84016ff commit 6bdcd04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nightly-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2025-04-11
1+
nightly-2025-08-29

src/node/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ impl<N: Marker> Node<N> {
616616
/// automatically based on the value of `inner` but requires that `cached_data`
617617
/// be provided.
618618
///
619-
/// If available, [`Constructible'] and its dependent traits will be easier to
619+
/// If available, [`Constructible`] and its dependent traits will be easier to
620620
/// use.
621621
pub fn from_parts(
622622
inner: Inner<Arc<Self>, N::Jet, N::Disconnect, N::Witness>,

0 commit comments

Comments
 (0)