type qualifiers are no longer necessary with api changes
This commit is contained in:
parent
bc9cd71480
commit
e1ae02d794
@ -73,7 +73,7 @@ impl Run{
|
||||
match &self.state{
|
||||
RunState::Created=>{
|
||||
self.state=RunState::Started{
|
||||
timer:TimerFixed::<Realtime,Unpaused>::new(time,Time::ZERO),
|
||||
timer:TimerFixed::new(time,Time::ZERO),
|
||||
};
|
||||
Ok(())
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user