Skip to content

Commit 5df30da

Browse files
authored
Merge pull request #1405 from kaffarell/patch-1
Fix link in "2024 Edition Update" post
2 parents def5e07 + ba95354 commit 5df30da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2024-03-22-2024-edition-update.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following is a list of changes we are tracking for inclusion in the Edition.
2525
- Public/private dependencies. This is partially implemented, though there are some changes needed on the rules for determining visibility. See [RFC #3516](https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html).
2626
- Rustfmt: Enable `overflow_delimited_expr` by default. This is not yet implemented. See [#114764](https://github.com/rust-lang/rust/pull/114764).
2727

28-
[docs-static-mut]: https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-reference.html
28+
[docs-static-mut]: https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html
2929
[docs-future]: https://doc.rust-lang.org/nightly/edition-guide/rust-2024/prelude.html
3030
[docs-unsafe]: https://doc.rust-lang.org/nightly/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html
3131
[`unsafe_op_in_unsafe_fn`]: https://doc.rust-lang.org/nightly/rustc/lints/listing/allowed-by-default.html#unsafe-op-in-unsafe-fn

0 commit comments

Comments
 (0)