Skip to content

Commit dcd6ed7

Browse files
committed
Remove reference to env var
The check was moved to compile time and was not intended to be user-facing
1 parent 54faea0 commit dcd6ed7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Configurations.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ reorder_imported_names = true
1111

1212
Each configuration option is either stable or unstable.
1313
Stable options can be used directly, while unstable options are opt-in.
14-
15-
To enable unstable options, set `unstable_features = true` in `rustfmt.toml` or pass `--unstable-options` to rustfmt,
16-
and ensure that the environment variable `CFG_RELEASE_CHANNEL` is set to `nightly`.
14+
To enable unstable options, set `unstable_features = true` in `rustfmt.toml` or pass `--unstable-options` to rustfmt.
1715

1816
# Configuration Options
1917

0 commit comments

Comments
 (0)