rust-analyzer/crates/ide-completion
bors 3432ef4414 Auto merge of #17481 - roife:fix-issue-17480, r=Veykril
fix: pattern completions in let-stmt

fix #17480.

We can write `let S { a, b } = s;` or `let Some(x) = a else {}`, so it is reasonable to allow pattern completions in `LetStmt`.
2024-06-24 07:34:08 +00:00
..
src Auto merge of #17481 - roife:fix-issue-17480, r=Veykril 2024-06-24 07:34:08 +00:00
Cargo.toml Cleanup 2024-03-04 11:10:06 +01:00