From 3e83a578fce03f03c7f79bcb7ade3c53bafcb993 Mon Sep 17 00:00:00 2001 From: Kamal Ahmad Date: Fri, 25 Oct 2024 18:10:05 +0500 Subject: [PATCH] Clippy --- bindings/ergo-lib-wasm/tests/transaction.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/ergo-lib-wasm/tests/transaction.rs b/bindings/ergo-lib-wasm/tests/transaction.rs index ba49cc7a3..2ec244462 100644 --- a/bindings/ergo-lib-wasm/tests/transaction.rs +++ b/bindings/ergo-lib-wasm/tests/transaction.rs @@ -7,6 +7,7 @@ use wasm_bindgen_test::*; wasm_bindgen_test_configure!(run_in_browser); +#[allow(dead_code)] #[wasm_bindgen_test] fn test_random() { let sk1 = SecretKey::random_dlog();