Skip to content

Commit 14682b1

Browse files
jyn514m-ou-se
andauthored
Remove section on why the feature should be stabilized
We already documented that this needs to go through FCP before making a PR. Co-authored-by: Mara Bos <[email protected]>
1 parent d8fb334 commit 14682b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/stability.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ To stabilize a feature, follow these steps:
8181
compiler or tools, remove it from there as well.
8282
3. If applicable, change `#[rustc_const_unstable]` to `#[rustc_const_stable(since = "version")]`.
8383
4. Open a PR against `rust-lang/rust`
84-
- Add the appropriate labels: `@rustbot modify labels: +T-libs +needs-fcp`.
85-
- Include a description of the feature and why it should be stabilized.
84+
- Add the appropriate labels: `@rustbot modify labels: +T-libs`.
8685
- Link to the tracking issue and say "Closes #XXXXX".
8786

8887
You can see an example of stabilizing a feature at [#75132](https://github.com/rust-lang/rust/pull/75132).

0 commit comments

Comments
 (0)