mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
group feature modules
This commit is contained in:
parent
0f4bc7589c
commit
f848aa97ab
@ -18,14 +18,14 @@ macro_rules! ctry {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
mod completion;
|
|
||||||
mod db;
|
mod db;
|
||||||
mod goto_definition;
|
|
||||||
mod imp;
|
mod imp;
|
||||||
pub mod mock_analysis;
|
pub mod mock_analysis;
|
||||||
mod runnables;
|
|
||||||
mod symbol_index;
|
mod symbol_index;
|
||||||
|
|
||||||
|
mod completion;
|
||||||
|
mod runnables;
|
||||||
|
mod goto_definition;
|
||||||
mod extend_selection;
|
mod extend_selection;
|
||||||
mod hover;
|
mod hover;
|
||||||
mod call_info;
|
mod call_info;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user