Skip to content

Commit

Permalink
Wasm prelude is not necessary any longer
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Nov 20, 2023
1 parent 2027244 commit 7007cc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bitwarden-napi/src/client.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
extern crate log;

use bitwarden_json::client::Client as JsonClient;
use napi::bindgen_prelude::*;
use napi_derive::napi;

#[napi]
Expand Down

0 comments on commit 7007cc4

Please sign in to comment.