restructure a bit

This commit is contained in:
Ekaterina Babshukova 2019-10-12 18:47:17 +03:00
parent 0dd08b8023
commit d26d0ada50
11 changed files with 869 additions and 699 deletions

View file

@ -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;