style fix
This commit is contained in:
parent
c9c8d6fdd1
commit
66e50892c1
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue