From 48d7656838e58ab666f6f12f149116350f0ad11b Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sat, 15 Mar 2025 19:15:33 +0100 Subject: [PATCH] Rename RFC and update RFC pull request link --- ...0-rustdoc-cfgs-handling.md => 3631-rustdoc-cfgs-handling.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename text/{000-rustdoc-cfgs-handling.md => 3631-rustdoc-cfgs-handling.md} (99%) diff --git a/text/000-rustdoc-cfgs-handling.md b/text/3631-rustdoc-cfgs-handling.md similarity index 99% rename from text/000-rustdoc-cfgs-handling.md rename to text/3631-rustdoc-cfgs-handling.md index 728393e96e8..2e4d7723ae2 100644 --- a/text/000-rustdoc-cfgs-handling.md +++ b/text/3631-rustdoc-cfgs-handling.md @@ -2,7 +2,7 @@ Rustdoc: stabilization of the `doc(cfg*)` attributes - Features Name: `doc_cfg` - Start Date: 2022-12-07 -- RFC PR: [rust-lang/rfcs#0000](https://github.com/rust-lang/rfcs/pull/0000) +- RFC PR: [rust-lang/rfcs#3631](https://github.com/rust-lang/rfcs/pull/3631) - Rust Issue: [rust-lang/rust#43781](https://github.com/rust-lang/rust/issues/43781)