Skip to content

Commit 8bbaf4e

Browse files
docs: correct unstable opts descr. in readme
1 parent 8d28fc5 commit 8bbaf4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ 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 can only be used with an explicit opt-in.
215+
See the configuration documentation on the rustfmt [GitHub page](https://rust-lang.github.io/rustfmt/) for details (look for the `unstable_features` section).
216216

217217
### Rust's Editions
218218

0 commit comments

Comments
 (0)