mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Move trait_impl completion analysis into CompletionContext
This commit is contained in:
parent
2a60b8452e
commit
98c0578f15
5 changed files with 187 additions and 184 deletions
|
@ -16,7 +16,6 @@ pub(crate) mod pattern;
|
|||
pub(crate) mod postfix;
|
||||
pub(crate) mod record;
|
||||
pub(crate) mod snippet;
|
||||
pub(crate) mod trait_impl;
|
||||
pub(crate) mod r#type;
|
||||
pub(crate) mod use_;
|
||||
pub(crate) mod vis;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue