mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
merge from master
This commit is contained in:
commit
6e774ea6eb
1044 changed files with 46059 additions and 1506 deletions
|
@ -78,7 +78,7 @@ impl Ord for Timer {
|
|||
fn cmp(&self, other: &Timer) -> Ordering {
|
||||
match self.next_call.cmp(&other.next_call).reverse() {
|
||||
Ordering::Equal => self.handle.cmp(&other.handle).reverse(),
|
||||
res @ _ => res
|
||||
res => res
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue