mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
align lower module query names
This commit is contained in:
parent
fe5574b05a
commit
80bb7d86ec
7 changed files with 15 additions and 23 deletions
|
@ -191,7 +191,7 @@ impl Module {
|
|||
}
|
||||
|
||||
pub fn declarations(self, db: &impl HirDatabase) -> Vec<ModuleDef> {
|
||||
let (lowered_module, _) = db.lower_module(self);
|
||||
let lowered_module = db.lower_module(self);
|
||||
lowered_module
|
||||
.declarations
|
||||
.values()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue