We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9583783 commit 0b6659cCopy full SHA for 0b6659c
Configurations.md
@@ -10,7 +10,7 @@ reorder_imports = false
10
```
11
12
Each configuration option is either stable or unstable.
13
-Stable options can be used directly, while unstable options are opt-in.
+Stable options can always be used, while unstable ones are only available on a nightly toolchain, and opt-in.
14
To enable unstable options, set `unstable_features = true` in `rustfmt.toml` or pass `--unstable-features` to rustfmt.
15
16
# Configuration Options
0 commit comments