We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2291072 commit db966f9Copy full SHA for db966f9
crates/bitwarden-threading/tests/cancellation_token/mod.rs
@@ -1 +1,2 @@
1
+#[cfg(target_arch = "wasm32")]
2
mod wasm;
crates/bitwarden-threading/tests/cancellation_token/wasm.rs
@@ -1,3 +1,4 @@
+#![allow(unused_imports)] // Rust analyzer doesn't understand the `wasm_bindgen_test` macro
use std::time::Duration;
3
4
use bitwarden_threading::{
0 commit comments