From be8a6e83fc2f4518fc6163e414932dd6a23a321e Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Tue, 26 Oct 2021 00:55:31 +1100 Subject: [PATCH] Suppress unused import warning in WebAssembly --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 3bef7c3..91a21ac 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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