From 7f1bfce8275a163c1d16271ffd300a3a7a475d37 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 13 Nov 2025 11:33:02 +0100 Subject: [PATCH] Fix markdown rendering --- content/2025-11-12-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2025-11-12-this-week-in-rust.md b/content/2025-11-12-this-week-in-rust.md index 858112db1..58215737b 100644 --- a/content/2025-11-12-this-week-in-rust.md +++ b/content/2025-11-12-this-week-in-rust.md @@ -227,7 +227,7 @@ which are reaching a decision. Express your opinions now. * [Stabilize `-Zremap-path-scope`](https://github.com/rust-lang/rust/pull/147611) * [error out when `repr(align)` exceeds COFF limit](https://github.com/rust-lang/rust/pull/142638) -[Compiler Team](https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change%20%20label%3Afinal-comment-period) [(MCPs only)](https://forge.rust-lang.org/compiler/mcp.html) +##### [Compiler Team](https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change%20%20label%3Afinal-comment-period) [(MCPs only)](https://forge.rust-lang.org/compiler/mcp.html) * [target tier 3 support for hexagon-unknown-qurt](https://github.com/rust-lang/compiler-team/issues/919) * [Proposal for a dedicated test suite for the parallel frontend](https://github.com/rust-lang/compiler-team/issues/906) * [Proposal for Adapt Stack Protector for Rust](https://github.com/rust-lang/compiler-team/issues/841)