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
+5-2
Original file line number
Diff line number
Diff line change
@@ -211,8 +211,11 @@ 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 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).
0 commit comments