Switch to the new location for impls
This commit is contained in:
@@ -114,7 +114,7 @@ impl HasSource for MacroDef {
|
||||
impl HasSource for ImplBlock {
|
||||
type Ast = ast::ImplBlock;
|
||||
fn source(self, db: &impl DefDatabase) -> InFile<ast::ImplBlock> {
|
||||
self.id.source(db)
|
||||
self.id.lookup(db).source(db)
|
||||
}
|
||||
}
|
||||
impl HasSource for Import {
|
||||
|
||||
Reference in New Issue
Block a user