Skip to content

Commit

Permalink
Add a clippy ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Jan 23, 2022
1 parent b3d9784 commit e11773a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions umbral-pre/src/bindings_wasm.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Disable false-positive warnings caused by `#[wasm-bindgen]` on struct impls
#![allow(clippy::unused_unit)]

//! Type wrappers for WASM bindings.

// TODO: Write the docs
Expand Down

0 comments on commit e11773a

Please sign in to comment.