find scope for Declaration item

This commit is contained in:
Ekaterina Babshukova 2019-10-10 00:25:48 +03:00
parent 121aa35f12
commit 01853e8d6c
4 changed files with 86 additions and 46 deletions

View file

@ -41,6 +41,7 @@ mod matching_brace;
mod display;
mod inlay_hints;
mod wasm_shims;
mod search_scope;
#[cfg(test)]
mod marks;