We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6659c commit 37b48caCopy full SHA for 37b48ca
Configurations.md
@@ -10,7 +10,7 @@ reorder_imports = false
10
```
11
12
Each configuration option is either stable or unstable.
13
-Stable options can always be used, while unstable ones are only available on a nightly toolchain, and opt-in.
+Stable options can always be used, while unstable options are only available on a nightly toolchain and must be opted into.
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