mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 20:31:59 +00:00
Rename pattern_complexity attr as pattern_complexity_limit.
For consistency with `recursion_limit`, `move_size_limit`, and `type_length_limit`.
This commit is contained in:
parent
30bcf2a6b5
commit
610f4c4046
1 changed files with 2 additions and 2 deletions
|
|
@ -9107,8 +9107,8 @@ The tracking issue for this feature is: [#27721]
|
|||
deny_since: None,
|
||||
},
|
||||
Lint {
|
||||
label: "pattern_complexity",
|
||||
description: r##"# `pattern_complexity`
|
||||
label: "pattern_complexity_limit",
|
||||
description: r##"# `pattern_complexity_limit`
|
||||
|
||||
This feature has no tracking issue, and is therefore likely internal to the compiler, not being intended for general use.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue