1 2 3 4 5 6 7 8 9
mod modules; mod spec; use lazy_static::lazy_static; use modules::TestLock; lazy_static! { pub(crate) static ref LOCK: TestLock = TestLock::new(); }