1 2 3 4
// Test-only helpers shared across modules. #[cfg(test)] pub(crate) static ENV_LOCK: std::sync::Mutex<()> = std::sync::Mutex::new(());