Change TRACING_SET to static (#7607)

* change TRACING_SET to static

* Update primitives/io/src/lib.rs

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>

* modify test with nested spans

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Andrew Plaza
2020-11-28 09:40:24 +01:00
committed by GitHub
parent 96461be248
commit f6dc35284f
3 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -1093,7 +1093,7 @@ mod tracing_setup {
};
use super::{wasm_tracing, Crossing};
const TRACING_SET : AtomicBool = AtomicBool::new(false);
static TRACING_SET: AtomicBool = AtomicBool::new(false);
/// The PassingTracingSubscriber implements `tracing_core::Subscriber`