Skip to content

Commit

Permalink
Stabilizing library features: link to the PR also
Browse files Browse the repository at this point in the history
  • Loading branch information
lf- committed Jun 13, 2021
1 parent 882368f commit 6c30e20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/stability.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ To stabilize a feature, follow these steps:
- Add the appropriate labels: `@rustbot modify labels: +T-libs`.
- Link to the tracking issue and say "Closes #XXXXX".

You can see an example of stabilizing a feature at [#81656](https://github.com/rust-lang/rust/issues/81656).
You can see an example of stabilizing a feature with
[tracking issue #81656](https://github.com/rust-lang/rust/issues/81656)
and [its implementation PR #84642](https://github.com/rust-lang/rust/pull/84642).

## allow_internal_unstable

Expand Down

0 comments on commit 6c30e20

Please sign in to comment.