mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Split completion context module into definitions and analysis parts
This commit is contained in:
parent
f201a40492
commit
a2537e591a
4 changed files with 1514 additions and 1514 deletions
|
@ -4,7 +4,6 @@ mod completions;
|
|||
mod config;
|
||||
mod context;
|
||||
mod item;
|
||||
mod patterns;
|
||||
mod render;
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue