libcore: Fix signature of the impl for *T
This commit is contained in:
parent
daf10a2a6c
commit
32b13ce2ce
@ -172,7 +172,7 @@ impl<T> *T: Ptr {
|
||||
}
|
||||
|
||||
// Equality for pointers
|
||||
impl<T: Eq> *T : Eq {
|
||||
impl<T> *T : Eq {
|
||||
pure fn eq(&&other: *T) -> bool { self == other }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user