Suppress unused import warning in WebAssembly

This commit is contained in:
RunasSudo 2021-10-26 00:55:31 +11:00
parent e867e85142
commit be8a6e83fc
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ pub mod writer;
pub mod cli;
use git_version::git_version;
#[allow(unused_imports)]
use wasm_bindgen::prelude::wasm_bindgen;
/// The git revision of this OpenTally build