From 97e368fc6c937efbcb10765fec71008a8ea6d10c Mon Sep 17 00:00:00 2001 From: Tobias Bucher Date: Thu, 11 Dec 2025 12:50:42 +0100 Subject: [PATCH] 629: Fix headings/bullet points in "Tracking issues & PRs" --- content/2025-12-10-this-week-in-rust.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/2025-12-10-this-week-in-rust.md b/content/2025-12-10-this-week-in-rust.md index 9a18896a8..3adad4699 100644 --- a/content/2025-12-10-this-week-in-rust.md +++ b/content/2025-12-10-this-week-in-rust.md @@ -223,10 +223,10 @@ which are reaching a decision. Express your opinions now. * [NFC normalize lifetime identifiers](https://github.com/rust-lang/rust/pull/149192) * [don't normalize where-clauses when checking well-formedness](https://github.com/rust-lang/rust/pull/148477) -[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) * [Destabilise target-spec-json](https://github.com/rust-lang/compiler-team/issues/944) -[Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period) +##### [Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period) * [RFC: `#[export_visibility = ...]` attribute](https://github.com/rust-lang/rfcs/pull/3834) *No Items entered Final Comment Period this week for