You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -211,8 +211,8 @@ guide] that has been formalized through the [style RFC
211
211
process][fmt rfcs].
212
212
213
213
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).
0 commit comments