Suppress clippy warning in wasm_bindgen macro
This commit is contained in:
parent
7c93fb2bae
commit
9e83e004dc
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![allow(clippy::unused_unit)]
|
||||
|
||||
use std::panic;
|
||||
|
||||
use bracket_lib::prelude::*;
|
||||
|
|
Loading…
Add table
Reference in a new issue