auto merge of #5048 : servo/servo/show-warning, r=jdm

This commit is contained in:
bors-servo 2015-02-24 08:15:47 -07:00
commit bf60477e95

View file

@ -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,