mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 00:43:50 +00:00
add a condition to the stabilisation process of a option on its design being sound
This commit is contained in:
parent
28dfd0ab59
commit
c7d6dc4963
@ -6,6 +6,7 @@ In this Section, we describe how to stabilise an option of the rustfmt's configr
|
||||
|
||||
## Conditions
|
||||
|
||||
- The design and implementation of the option are sound and clean.
|
||||
- The option is well tested, both in unit tests and, optimally, in real usage.
|
||||
- There is no open bug about the option that prevents its use.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user