Update Configurations.md

Co-authored-by: Yacin Tmimi <yacintmimi@gmail.com>
This commit is contained in:
Alexander Pozdneev 2022-05-23 10:07:19 +01:00 committed by Yacin Tmimi
parent 0b6659cf02
commit 37b48ca4b2

View File

@ -10,7 +10,7 @@ reorder_imports = false
```
Each configuration option is either stable or unstable.
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.
To enable unstable options, set `unstable_features = true` in `rustfmt.toml` or pass `--unstable-features` to rustfmt.
# Configuration Options