diff options
| author | Johannes Linke <karyon@users.noreply.github.com> | 2021-11-20 02:22:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-19 19:22:50 -0600 |
| commit | 826eba8984690b7c23aab8604b6a85587bb93edb (patch) | |
| tree | bbc54a0761428b0efe61e1fbc881128ec6ea85db | |
| parent | 196e6765048b8306208ac88d743ab02e8faf4b6b (diff) | |
| download | rust-826eba8984690b7c23aab8604b6a85587bb93edb.tar.gz rust-826eba8984690b7c23aab8604b6a85587bb93edb.zip | |
Add a few missing tracking issues in Configurations.md (#5084)
* Add a few missing tracking issues in Configurations.md * fix: tracking issue for imports_granularity stabilization Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com>
| -rw-r--r-- | Configurations.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Configurations.md b/Configurations.md index 4a281251f22..a89fbe863e6 100644 --- a/Configurations.md +++ b/Configurations.md @@ -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` @@ -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` @@ -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): @@ -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): |
