We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54faea0 commit dcd6ed7Copy full SHA for dcd6ed7
Configurations.md
@@ -11,9 +11,7 @@ reorder_imported_names = true
11
12
Each configuration option is either stable or unstable.
13
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`.
+To enable unstable options, set `unstable_features = true` in `rustfmt.toml` or pass `--unstable-options` to rustfmt.
17
18
# Configuration Options
19
0 commit comments