Suppress clippy warning in wasm_bindgen macro

This commit is contained in:
Alex Page 2022-02-08 19:58:18 -05:00
parent 7c93fb2bae
commit 9e83e004dc

View file

@ -1,3 +1,5 @@
#![allow(clippy::unused_unit)]
use std::panic;
use bracket_lib::prelude::*;