diff options
| author | Alexander Pozdneev <pozdneev@users.noreply.github.com> | 2022-05-23 10:07:19 +0100 |
|---|---|---|
| committer | Yacin Tmimi <yacintmimi@gmail.com> | 2022-05-23 09:52:20 -0400 |
| commit | 37b48ca4b20fa9873297bcef9f25abf3fcdbd475 (patch) | |
| tree | b2378ac267d697e70b010a86dd6974b9ad450a5b | |
| parent | 0b6659cf02fd9bbdec1c0a5a90b48d1aff1ed5f8 (diff) | |
| download | rust-37b48ca4b20fa9873297bcef9f25abf3fcdbd475.tar.gz rust-37b48ca4b20fa9873297bcef9f25abf3fcdbd475.zip | |
Update Configurations.md
Co-authored-by: Yacin Tmimi <yacintmimi@gmail.com>
| -rw-r--r-- | Configurations.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations.md b/Configurations.md index 5380275f8f9..b3463fad19b 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 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 |
