refactor name_ref_kind.rs

This commit is contained in:
Ekaterina Babshukova 2019-09-21 19:35:39 +03:00
parent 11577288c2
commit d6ae1b5f0f
6 changed files with 61 additions and 64 deletions

View file

@ -19,7 +19,7 @@ mod feature_flags;
mod status;
mod completion;
mod runnables;
mod name_ref_kind;
mod name_kind;
mod goto_definition;
mod goto_type_definition;
mod extend_selection;