We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f76ab commit a4d8bc9Copy full SHA for a4d8bc9
graph/src/env/mod.rs
@@ -18,6 +18,7 @@ use crate::{
18
19
lazy_static! {
20
pub static ref ENV_VARS: EnvVars = EnvVars::from_env().unwrap();
21
+ #[cfg(debug_assertions)]
22
pub static ref TEST_WITH_NO_REORG: Mutex<bool> = Mutex::new(false);
23
}
24
0 commit comments