From 32824bfe35bdcae93eeb8fd1c2b3da32e41070ab Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 28 Jan 2025 10:52:51 -0500 Subject: [PATCH] Update src/stabilization_report_template.md Co-authored-by: lcnr --- src/stabilization_report_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stabilization_report_template.md b/src/stabilization_report_template.md index 28d5ce0c..194f81fa 100644 --- a/src/stabilization_report_template.md +++ b/src/stabilization_report_template.md @@ -28,10 +28,10 @@ An example for async closures: https://rustc-dev-guide.rust-lang.org/coroutine-c ### What outstanding bugs in the issue tracker involve this feature? Are they stabilization-blocking? -### Summarize contributors to the feature by name for recognition and assuredness that people involved in the feature agree with stabilization - ### What FIXMEs are still in the code for that feature and why is it ok to leave them there? +### Summarize contributors to the feature by name for recognition and assuredness that people involved in the feature agree with stabilization + ### Which tools need to be adjusted to support this feature. Has this work been done? *Consider rustdoc, clippy, rust-analyzer, rustfmt, rustup, docs.rs.*