style fix
This commit is contained in:
parent
c9c8d6fdd1
commit
66e50892c1
@ -64,9 +64,7 @@ impl <K: Eq Ord, V: Eq> TreeMap<K, V>: Eq {
|
||||
true
|
||||
}
|
||||
}
|
||||
pure fn ne(&self, other: &TreeMap<K, V>) -> bool {
|
||||
!self.eq(other)
|
||||
}
|
||||
pure fn ne(&self, other: &TreeMap<K, V>) -> bool { !self.eq(other) }
|
||||
}
|
||||
|
||||
impl <K: Ord, V> TreeMap<K, V> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user