Revert source_analyzer changes
This commit is contained in:
@@ -696,7 +696,6 @@ impl AssocItem {
|
||||
AssocItem::TypeAlias(t) => t.module(db),
|
||||
}
|
||||
}
|
||||
|
||||
pub fn container(self, db: &impl DefDatabase) -> AssocItemContainer {
|
||||
let container = match self {
|
||||
AssocItem::Function(it) => it.id.lookup(db).container,
|
||||
|
||||
Reference in New Issue
Block a user