Skip to content

Commit

Permalink
Fixing command-line option name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalber committed Feb 13, 2018
1 parent 67d36c7 commit f2bed29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurations.md
Expand Up @@ -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

Expand Down

0 comments on commit f2bed29

Please sign in to comment.