Unstabilise unstable_features

cc #1974
This commit is contained in:
Nick Cameron 2018-05-18 16:53:08 +12:00
parent a70f71610c
commit dd9c15ad01
2 changed files with 2 additions and 2 deletions

View File

@ -2062,7 +2062,7 @@ Enable unstable features on stable channel.
- **Default value**: `false`
- **Possible values**: `true`, `false`
- **Stable**: Yes
- **Stable**: No
## `license_template_path`

View File

@ -123,7 +123,7 @@ create_config! {
"What Color option to use when none is supplied: Always, Never, Auto";
required_version: String, env!("CARGO_PKG_VERSION").to_owned(), false,
"Require a specific version of rustfmt.";
unstable_features: bool, false, true,
unstable_features: bool, false, false,
"Enables unstable features. Only available on nightly channel";
disable_all_formatting: bool, false, false, "Don't reformat anything";
skip_children: bool, false, false, "Don't reformat out of line modules";