Skip to content

Commit

Permalink
Temporarily disable clippy unused_unit test
Browse files Browse the repository at this point in the history
wasm-bindgen 0.2.79 introduced a change in code generation that makes clippy complain
A fix has already been merged to main (rustwasm/wasm-bindgen#2778)
but we have to wait for the next official release to make use of it.
Once we update to the new wasm-bindgen with the fix we should remove
this workaround!
  • Loading branch information
egfx-notifications committed Mar 3, 2022
1 parent ae6cf19 commit 5a78a30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::unused_unit)]

extern crate log;

mod utils;
Expand Down

0 comments on commit 5a78a30

Please sign in to comment.