diff --git a/Configurations.md b/Configurations.md index 7afd4b5cd6a9..5380275f8f9a 100644 --- a/Configurations.md +++ b/Configurations.md @@ -10,7 +10,7 @@ reorder_imports = false ``` Each configuration option is either stable or unstable. -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. To enable unstable options, set `unstable_features = true` in `rustfmt.toml` or pass `--unstable-features` to rustfmt. # Configuration Options