mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Derive Debug rather than the deprecated Show for TimerControlMsg.
This commit is contained in:
parent
a3ea3eed47
commit
cd614bd488
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