Skip to content

Commit db966f9

Browse files
committed
fix: clippy
1 parent 2291072 commit db966f9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
#[cfg(target_arch = "wasm32")]
12
mod wasm;

crates/bitwarden-threading/tests/cancellation_token/wasm.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(unused_imports)] // Rust analyzer doesn't understand the `wasm_bindgen_test` macro
12
use std::time::Duration;
23

34
use bitwarden_threading::{

0 commit comments

Comments
 (0)