Suppress unused import warning in WebAssembly
This commit is contained in:
parent
e867e85142
commit
be8a6e83fc
@ -44,6 +44,7 @@ pub mod writer;
|
|||||||
pub mod cli;
|
pub mod cli;
|
||||||
|
|
||||||
use git_version::git_version;
|
use git_version::git_version;
|
||||||
|
#[allow(unused_imports)]
|
||||||
use wasm_bindgen::prelude::wasm_bindgen;
|
use wasm_bindgen::prelude::wasm_bindgen;
|
||||||
|
|
||||||
/// The git revision of this OpenTally build
|
/// The git revision of this OpenTally build
|
||||||
|
Loading…
Reference in New Issue
Block a user