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