Skip to content

Commit

Permalink
add extern crate wasm_bindgen_test
Browse files Browse the repository at this point in the history
  • Loading branch information
hlbarber committed Aug 6, 2023
1 parent ef201ab commit 4d65bf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tracing/tests/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// We call all macros in this module with `no_implicit_prelude` to ensure they do not depend on the standard prelude.
#![no_implicit_prelude]
extern crate tracing;
#[cfg(target_arch = "wasm32")]
extern crate wasm_bindgen_test;

use tracing::{
callsite, debug, debug_span, enabled, error, error_span, event, event_enabled, info, info_span,
Expand Down

0 comments on commit 4d65bf6

Please sign in to comment.