Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Aug 13, 2024
1 parent 1bbea33 commit eeeef18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/bitwarden-db/src/wasm/params.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
use uuid::Uuid;
use wasm_bindgen::JsValue;

//! This file is heavily inspired by the rusqlite library. And provides a mostly API compatible
//! interface for use with WebAssembly
//!
//! https://github.com/rusqlite/rusqlite/blob/master/src/lib.rs
use uuid::Uuid;
use wasm_bindgen::JsValue;

pub trait ToSql {
fn to_sql(&self) -> JsValue;
}
Expand Down

0 comments on commit eeeef18

Please sign in to comment.