add a condition to the stabilisation process of a option on its design being sound

This commit is contained in:
Stéphane Campinas 2019-05-09 00:05:53 +02:00
parent 28dfd0ab59
commit c7d6dc4963
No known key found for this signature in database
GPG Key ID: 6D5620D908210133

View File

@ -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.