mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
restructure a bit
This commit is contained in:
parent
0dd08b8023
commit
d26d0ada50
11 changed files with 869 additions and 699 deletions
|
@ -19,7 +19,6 @@ mod feature_flags;
|
|||
mod status;
|
||||
mod completion;
|
||||
mod runnables;
|
||||
mod name_kind;
|
||||
mod goto_definition;
|
||||
mod goto_type_definition;
|
||||
mod extend_selection;
|
||||
|
@ -41,7 +40,6 @@ mod matching_brace;
|
|||
mod display;
|
||||
mod inlay_hints;
|
||||
mod wasm_shims;
|
||||
mod search_scope;
|
||||
|
||||
#[cfg(test)]
|
||||
mod marks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue