mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user