Skip to content

Commit 4343c45

Browse files
committed
Fix clippy for wasm
1 parent 7257785 commit 4343c45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wasm/lib/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(clippy::upper_case_acronyms)]
2+
13
pub mod browser_module;
24
pub mod convert;
35
pub mod js_module;

0 commit comments

Comments
 (0)