diff --git a/src/run.rs b/src/run.rs index e4884e5..85a386f 100644 --- a/src/run.rs +++ b/src/run.rs @@ -73,7 +73,7 @@ impl Run{ match &self.state{ RunState::Created=>{ self.state=RunState::Started{ - timer:TimerFixed::::new(time,Time::ZERO), + timer:TimerFixed::new(time,Time::ZERO), }; Ok(()) },