From 4bfb2d98b670d407137671820aa40fa6e76227a8 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Sun, 23 Mar 2025 01:18:40 +0800 Subject: [PATCH] Fix missing platform support doc link --- templates/relnotes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/relnotes.md b/templates/relnotes.md index 6fbdb61..f357ccb 100644 --- a/templates/relnotes.md +++ b/templates/relnotes.md @@ -22,6 +22,8 @@ Platform Support Refer to Rust's [platform support page][platform-support-doc] for more information on Rust's tiered platform support. +[platform-support-doc]: https://doc.rust-lang.org/rustc/platform-support.html + Libraries