Fixing command-line option name

This commit is contained in:
David Alber 2018-02-12 21:48:57 -08:00
parent 67d36c7019
commit f2bed291ba

View File

@ -11,7 +11,7 @@ reorder_imported_names = true
Each configuration option is either stable or unstable.
Stable options can be used directly, while unstable options are opt-in.
To enable unstable options, set `unstable_features = true` in `rustfmt.toml` or pass `--unstable-options` to rustfmt.
To enable unstable options, set `unstable_features = true` in `rustfmt.toml` or pass `--unstable-features` to rustfmt.
# Configuration Options