Derive Debug rather than the deprecated Show for TimerControlMsg.

This commit is contained in:
Ms2ger 2015-02-24 10:50:21 +01:00
parent a3ea3eed47
commit cd614bd488

View file

@ -93,7 +93,7 @@ pub enum IsInterval {
// Messages sent control timers from script task // Messages sent control timers from script task
#[jstraceable] #[jstraceable]
#[derive(PartialEq, Copy, Clone, Show)] #[derive(PartialEq, Copy, Clone, Debug)]
pub enum TimerControlMsg { pub enum TimerControlMsg {
Cancel, Cancel,
Suspend, Suspend,