Skip to content

Commit dd9c15a

Browse files
committed
Unstabilise unstable_features
cc #1974
1 parent a70f716 commit dd9c15a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Configurations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2062,7 +2062,7 @@ Enable unstable features on stable channel.
20622062

20632063
- **Default value**: `false`
20642064
- **Possible values**: `true`, `false`
2065-
- **Stable**: Yes
2065+
- **Stable**: No
20662066

20672067
## `license_template_path`
20682068

src/config/mod.rs

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

0 commit comments

Comments
 (0)