Skip to content

Add a few missing tracking issues in Configurations.md #5084

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 20, 2021
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
8 changes: 4 additions & 4 deletions Configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ if any of the first five lines contains `@generated` marker.

- **Default value**: `false`
- **Possible values**: `true`, `false`
- **Stable**: No
- **Stable**: No (tracking issue: [#5080](https://github.com/rust-lang/rustfmt/issues/5080))

## `format_macro_matchers`

Expand Down Expand Up @@ -1064,7 +1064,7 @@ Control the case of the letters in hexadecimal literal values

- **Default value**: `Preserve`
- **Possible values**: `Upper`, `Lower`
- **Stable**: No
- **Stable**: No (tracking issue: [#5081](https://github.com/rust-lang/rustfmt/issues/5081))

## `hide_parse_errors`

Expand Down Expand Up @@ -1701,7 +1701,7 @@ How imports should be grouped into `use` statements. Imports will be merged or s

- **Default value**: `Preserve`
- **Possible values**: `Preserve`, `Crate`, `Module`, `Item`, `One`
- **Stable**: No
- **Stable**: No (tracking issue: [#4991](https://github.com/rust-lang/rustfmt/issues/4991))

#### `Preserve` (default):

Expand Down Expand Up @@ -2063,7 +2063,7 @@ Controls the strategy for how imports are grouped together.

- **Default value**: `Preserve`
- **Possible values**: `Preserve`, `StdExternalCrate`, `One`
- **Stable**: No
- **Stable**: No (tracking issue: [#5083](https://github.com/rust-lang/rustfmt/issues/5083))

#### `Preserve` (default):

Expand Down