Skip to content

Commit 84016ff

Browse files
committed
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.
1 parent 6934a57 commit 84016ff

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)