Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2841,8 +2841,10 @@ See also [`max_width`](#max_width) and [`use_small_heuristics`](#use_small_heuri
Controls the edition of the [Rust Style Guide] to use for formatting ([RFC 3338])

- **Default value**: `"2015"`
- **Possible values**: `"2015"`, `"2018"`, `"2021"`, `"2024"` (unstable variant)
- **Stable**: No
- **Possible values**:
- Stable values: `"2015"`, `"2018"`, `"2021"`, `"2024"`
- Unstable values: `"2027"`
- **Stable**: Yes

This option is inferred from the [`edition`](#edition) if not specified.

Expand Down
Loading