Skip to content

Commit 549c810

Browse files
committed
revert hir-def lib.rs
1 parent 8805a76 commit 549c810

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/hir-def/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ impl<N: ItemTreeNode> Clone for AssocItemLoc<N> {
169169
}
170170

171171
impl<N: ItemTreeNode> Copy for AssocItemLoc<N> {}
172+
172173
impl<N: ItemTreeNode> PartialEq for AssocItemLoc<N> {
173174
fn eq(&self, other: &Self) -> bool {
174175
self.container == other.container && self.id == other.id

0 commit comments

Comments
 (0)