align lower module query names

This commit is contained in:
Aleksey Kladov 2019-03-02 16:49:06 +03:00
parent fe5574b05a
commit 80bb7d86ec
7 changed files with 15 additions and 23 deletions

View file

@ -157,7 +157,7 @@ pub fn macro_symbols(db: &impl HirDatabase, file_id: FileId) -> Vec<(SmolStr, Te
Some(it) => it,
None => return Vec::new(),
};
let items = db.lower_module_module(module);
let items = db.lower_module(module);
let mut res = Vec::new();
for macro_call_id in items