Skip to content

Commit 9cbda90

Browse files
authored
Merge pull request #2435 from davidalber/fix-option-typo
Fixing command-line option name
2 parents ed2ecb6 + f2bed29 commit 9cbda90

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)