Skip to content

Commit

Permalink
temporarily import Option::None to test/macros.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
hlbarber committed Aug 16, 2023
1 parent e6eb5fc commit 5c17a93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tracing/tests/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ extern crate tracing;
#[cfg(target_arch = "wasm32")]
extern crate wasm_bindgen_test;

// TODO: remove this once https://github.com/tokio-rs/tracing/pull/2675#issuecomment-1667628907 is resolved
#[cfg(target_arch = "wasm32")]
use ::core::option::Option::None;

use tracing::{
callsite, debug, debug_span, enabled, error, error_span, event, event_enabled, info, info_span,
span, span_enabled, trace, trace_span, warn, warn_span, Level,
Expand Down

0 comments on commit 5c17a93

Please sign in to comment.