From 3f559ff34aa01f18811414390fb071d51ddac4c8 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Thu, 19 Jun 2025 17:56:47 +0800 Subject: [PATCH] Drop "stabilization is easy" part --- src/stabilization_guide.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/stabilization_guide.md b/src/stabilization_guide.md index f993bcac..04d7d0e5 100644 --- a/src/stabilization_guide.md +++ b/src/stabilization_guide.md @@ -57,11 +57,6 @@ If you'd like to develop the stabilization report incrementally, we recommend ad *This is for stabilizing language features. If you are stabilizing a library feature, see [the stabilization chapter of the std dev guide][std-guide-stabilization] instead.* -Once we have decided to stabilize a feature, we need to have -a PR that actually makes that stabilization happen. These kinds -of PRs are a great way to get involved in Rust, as they take -you on a little tour through the source code. - Here is a general guide to how to stabilize a feature -- every feature is different, of course, so some features may require steps beyond what this guide talks about.