Add firewall query to lang items
With an intermediate query, changing one module won't cause reparsing of all modules
This commit is contained in:
@@ -282,7 +282,7 @@ impl Module {
|
||||
.collect()
|
||||
}
|
||||
|
||||
pub fn impl_blocks(self, db: &impl HirDatabase) -> Vec<ImplBlock> {
|
||||
pub fn impl_blocks(self, db: &impl DefDatabase) -> Vec<ImplBlock> {
|
||||
let module_impl_blocks = db.impls_in_module(self);
|
||||
module_impl_blocks
|
||||
.impls
|
||||
|
||||
Reference in New Issue
Block a user