revert hir-def lib.rs

This commit is contained in:
Hongxu Xu 2022-06-15 07:48:34 +08:00
parent 8805a768d4
commit 549c810436

View File

@ -169,6 +169,7 @@ fn clone(&self) -> Self {
}
impl<N: ItemTreeNode> Copy for AssocItemLoc<N> {}
impl<N: ItemTreeNode> PartialEq for AssocItemLoc<N> {
fn eq(&self, other: &Self) -> bool {
self.container == other.container && self.id == other.id