about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Pozdneev <pozdneev@users.noreply.github.com>2022-05-22 21:41:03 +0100
committerYacin Tmimi <yacintmimi@gmail.com>2022-05-23 09:52:20 -0400
commit0b6659cf02fd9bbdec1c0a5a90b48d1aff1ed5f8 (patch)
treefed98d8421f4674e92413c5a7d44d6524120dc03
parent95837832f4bb89a681fd7fae57dad42fca497e23 (diff)
downloadrust-0b6659cf02fd9bbdec1c0a5a90b48d1aff1ed5f8.tar.gz
rust-0b6659cf02fd9bbdec1c0a5a90b48d1aff1ed5f8.zip
Update Configurations.md
-rw-r--r--Configurations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations.md b/Configurations.md
index 7afd4b5cd6a..5380275f8f9 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