Skip to content

Commit 96d8029

Browse files
authored
Merge pull request #1937 from abellaismail7/patch-1
Fix unsized locals link in Rust 1.35.0.md
2 parents 9a44f2b + fa95d33 commit 96d8029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/Rust-1.35.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Read on for a few highlights, or see the [detailed release notes][notes] for add
3939

4040
[fn-pr]: https://github.com/rust-lang/rust/pull/55431
4141
[`FnBox`]: https://doc.rust-lang.org/1.34.0/std/boxed/trait.FnBox.html
42-
[unsized locals]: https://doc.rust-lang.org/nightly/unstable-book/language-features/unsized-locals.html
42+
[unsized locals]: https://doc.rust-lang.org/1.35.0/unstable-book/language-features/unsized-locals.html
4343

4444
In Rust 1.35.0, the `FnOnce`, `FnMut`, and the `Fn` traits [are now implemented][fn-pr] for `Box<dyn FnOnce>`,
4545
`Box<dyn FnMut>`, and `Box<dyn Fn>` respectively.

0 commit comments

Comments
 (0)