Skip to content

Commit

Permalink
Update Configurations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pozdneev authored and ytmimi committed May 23, 2022
1 parent 9583783 commit 0b6659c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ reorder_imports = false
```

Each configuration option is either stable or unstable.
Stable options can be used directly, while unstable options are opt-in.
Stable options can always be used, while unstable ones are only available on a nightly toolchain, and opt-in.
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 0b6659c

Please sign in to comment.