This commit is contained in:
Quaternions 2024-08-01 21:55:53 -07:00
parent 0ff4de3d38
commit fed810334b

View File

@ -247,7 +247,7 @@ impl<T:TimerState> Timer<T>{
#[cfg(test)] #[cfg(test)]
mod test{ mod test{
use super::{Time,Timer,TimerFixed,Error,Realtime,Scaled,Paused}; use super::*;
macro_rules! sec { macro_rules! sec {
($s: expr) => { ($s: expr) => {
Time::from_secs($s) Time::from_secs($s)