Unnamed repository; edit this file 'description' to name the repository.
Rename `pattern_complexity` attr as `pattern_complexity_limit`.
For consistency with `recursion_limit`, `move_size_limit`, and `type_length_limit`.
Nicholas Nethercote 2025-02-17
parent 30bcf2a · commit 610f4c4
-rw-r--r--crates/ide-db/src/generated/lints.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide-db/src/generated/lints.rs b/crates/ide-db/src/generated/lints.rs
index 14af22c319..ed9d6c6750 100644
--- a/crates/ide-db/src/generated/lints.rs
+++ b/crates/ide-db/src/generated/lints.rs
@@ -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.