revert hir-def lib.rs
This commit is contained in:
parent
8805a768d4
commit
549c810436
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user