Skip to content

Commit

Permalink
Merge pull request #5971 from AnthonyMikh/patch-1
Browse files Browse the repository at this point in the history
Fix incorrect code quotes in link
  • Loading branch information
cdmistman authored Oct 3, 2024
2 parents 24c82ac + 55b7fb3 commit 6fd92ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/2024-09-25-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ If you are an event organizer hoping to expand the reach of your event, please s
[merged]: https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2024-09-17..2024-09-24

* [add arm64e-apple-tvos target](https://github.com/rust-lang/rust/pull/130614)
* [parser: recover from `::`: to `:`:](https://github.com/rust-lang/rust/pull/130673)
* [parser: recover from `:::` to `::`](https://github.com/rust-lang/rust/pull/130673)
* [`read_volatile __rust_no_alloc_shim_is_unstable` in `alloc_zeroed`](https://github.com/rust-lang/rust/pull/130497)
* [add `unqualified_local_imports` lint](https://github.com/rust-lang/rust/pull/125645)
* [add recursion limit to FFI safety lint](https://github.com/rust-lang/rust/pull/130598)
Expand Down

0 comments on commit 6fd92ae

Please sign in to comment.