Skip to content

Commit f2bed29

Browse files
committed
Fixing command-line option name
1 parent 67d36c7 commit f2bed29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ reorder_imported_names = true
1111

1212
Each configuration option is either stable or unstable.
1313
Stable options can be used directly, while unstable options are opt-in.
14-
To enable unstable options, set `unstable_features = true` in `rustfmt.toml` or pass `--unstable-options` to rustfmt.
14+
To enable unstable options, set `unstable_features = true` in `rustfmt.toml` or pass `--unstable-features` to rustfmt.
1515

1616
# Configuration Options
1717

0 commit comments

Comments
 (0)