mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +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 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…
Reference in New Issue
Block a user