mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
group feature modules
This commit is contained in:
parent
0f4bc7589c
commit
f848aa97ab
1 changed files with 3 additions and 3 deletions
|
@ -18,14 +18,14 @@ macro_rules! ctry {
|
|||
};
|
||||
}
|
||||
|
||||
mod completion;
|
||||
mod db;
|
||||
mod goto_definition;
|
||||
mod imp;
|
||||
pub mod mock_analysis;
|
||||
mod runnables;
|
||||
mod symbol_index;
|
||||
|
||||
mod completion;
|
||||
mod runnables;
|
||||
mod goto_definition;
|
||||
mod extend_selection;
|
||||
mod hover;
|
||||
mod call_info;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue