Skip to content

Commit

Permalink
Merge pull request #1405 from kaffarell/patch-1
Browse files Browse the repository at this point in the history
Fix link in "2024 Edition Update" post
  • Loading branch information
ehuss authored Sep 11, 2024
2 parents def5e07 + ba95354 commit 5df30da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/inside-rust/2024-03-22-2024-edition-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following is a list of changes we are tracking for inclusion in the Edition.
- 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).
- Rustfmt: Enable `overflow_delimited_expr` by default. This is not yet implemented. See [#114764](https://github.com/rust-lang/rust/pull/114764).

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

0 comments on commit 5df30da

Please sign in to comment.