Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tracing: fix
wasm_bindgen_test
macros (#2675)
## Motivation Tests involving `wasm_bindgen_test` currently fail: https://github.com/tokio-rs/tracing/actions/runs/5756318807/job/15605512576 ## Solution - [x] Use `extern crate wasm_bindgen_test` to side-step `no_implicit_prelude`. - [x] rustwasm/wasm-bindgen#3549 - [ ] Consume the release `wasm_bindgen_test` containing said change.
- Loading branch information