From ee17ca219a80238a32210640e4b647ecea7c28c8 Mon Sep 17 00:00:00 2001 From: teor Date: Sat, 10 May 2025 06:54:39 +1000 Subject: [PATCH] Fix quoting and broken link in 2025-05-07-this-week-in-rust.md --- content/2025-05-07-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2025-05-07-this-week-in-rust.md b/content/2025-05-07-this-week-in-rust.md index 3bd85cf76..27fadea8b 100644 --- a/content/2025-05-07-this-week-in-rust.md +++ b/content/2025-05-07-this-week-in-rust.md @@ -242,7 +242,7 @@ which are reaching a decision. Express your opinions now. * [remove intrinsics::drop_in_place](https://github.com/rust-lang/rust/pull/140151) * [Stabilize `tcp_quickack`](https://github.com/rust-lang/rust/pull/129121) * [Change the desugaring of `assert!` for better error output](https://github.com/rust-lang/rust/pull/122661) -* [Tracking Issue for `non_null_from_ref]`(https://github.com/rust-lang/rust/issues/130823) +* [Tracking Issue for `non_null_from_ref`](https://github.com/rust-lang/rust/issues/130823) * [Make well-formedness predicates no longer coinductive](https://github.com/rust-lang/rust/pull/140208) * [Fix parameter order for `_by()` variants of `min` / `max`/ `minmax` in `std::cmp`](https://github.com/rust-lang/rust/pull/139357) * [Finalize repeat expr inference behaviour with inferred repeat counts](https://github.com/rust-lang/rust/pull/139635)