mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
auto merge of #5048 : servo/servo/show-warning, r=jdm
This commit is contained in:
commit
bf60477e95
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ pub enum IsInterval {
|
|||
|
||||
// Messages sent control timers from script task
|
||||
#[jstraceable]
|
||||
#[derive(PartialEq, Copy, Clone, Show)]
|
||||
#[derive(PartialEq, Copy, Clone, Debug)]
|
||||
pub enum TimerControlMsg {
|
||||
Cancel,
|
||||
Suspend,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue