Skip to content

Commit 5c1b94a

Browse files
docs: correct unstable opts descr. in readme
1 parent f407608 commit 5c1b94a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,11 @@ guide] that has been formalized through the [style RFC
211211
process][fmt rfcs].
212212

213213
Configuration options are either stable or unstable. Stable options can always
214-
be used, while unstable ones are only available on a nightly toolchain, and opt-in.
215-
See [GitHub page](https://rust-lang.github.io/rustfmt/) for details.
214+
be used on any channel. Unstable options are always available on nightly, but can only be used on stable and beta with an explicit opt-in (starting in Rustfmt v2.0).
215+
216+
Unstable options are not available on stable/beta with Rustfmt v1.x.
217+
218+
See the configuration documentation on the Rustfmt [GitHub page](https://rust-lang.github.io/rustfmt/) for details (look for the `unstable_features` section).
216219

217220
### Rust's Editions
218221

0 commit comments

Comments
 (0)