Skip to content

Commit 54faea0

Browse files
committed
Mention un/stable configuration in README
1 parent e18401c commit 54faea0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ By default, Rustfmt uses a style which conforms to the [Rust style guide][style
193193
guide] that has been formalized through the [style RFC
194194
process][fmt rfcs].
195195

196+
Configuration options are either stable or unstable. Stable options can always
197+
be used, while unstable ones are only available on a nightly toolchain, and opt-in.
198+
See [Configurations.md](Configurations.md) for details.
199+
196200

197201
## Tips
198202

0 commit comments

Comments
 (0)