diff options
| author | Oli Scherer <github333195615777966@oli-obk.de> | 2024-12-04 16:01:31 +0000 |
|---|---|---|
| committer | Oli Scherer <github333195615777966@oli-obk.de> | 2024-12-04 16:16:24 +0000 |
| commit | f613636ae87e7e973138c7cb3e850ec26f93c723 (patch) | |
| tree | d5d758a13430d4ad9367d58249ad15f26affdf8e /src/tools | |
| parent | 96e51d9482405e400dec53750f3b263d45784ada (diff) | |
| download | rust-f613636ae87e7e973138c7cb3e850ec26f93c723.tar.gz rust-f613636ae87e7e973138c7cb3e850ec26f93c723.zip | |
Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pattern_type_macro`
That's what the gates are actually gating, and the single char difference in naming was not helpful either
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs b/src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs index 266109765ab..b97dfb3b8ef 100644 --- a/src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs +++ b/src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs @@ -3936,17 +3936,8 @@ The tracking issue for this feature is: [#117693] "##, }, Lint { - label: "core_pattern_type", - description: r##"# `core_pattern_type` - -This feature has no tracking issue, and is therefore likely internal to the compiler, not being intended for general use. - ------------------------- -"##, - }, - Lint { - label: "core_pattern_types", - description: r##"# `core_pattern_types` + label: "pattern_type_macro", + description: r##"# `pattern_type_macro` This feature has no tracking issue, and is therefore likely internal to the compiler, not being intended for general use. |
