mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Add completions for patterns
This commit is contained in:
parent
f3125555a8
commit
b184bfad7a
6 changed files with 315 additions and 26 deletions
|
@ -5,6 +5,7 @@ pub(crate) mod macro_;
|
|||
pub(crate) mod function;
|
||||
pub(crate) mod enum_variant;
|
||||
pub(crate) mod const_;
|
||||
pub(crate) mod pattern;
|
||||
pub(crate) mod type_alias;
|
||||
|
||||
mod builder_ext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue