mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-19 11:35:16 +00:00
fix: Fix incorrect diagnostic for lifetime parameter count mismatch
This commit is contained in:
parent
35063ee389
commit
d3b6d88386
4 changed files with 21 additions and 15 deletions
|
|
@ -334,6 +334,7 @@ impl ToTokens for Lookup {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
pub(crate) enum Queries {
|
||||
TrackedQuery(TrackedQuery),
|
||||
InputQuery(InputQuery),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue