From cf944cb4232dae0d6b693ed10edb9c431f1ba4d0 Mon Sep 17 00:00:00 2001 From: raphjaph Date: Sat, 1 Mar 2025 19:51:52 +0100 Subject: [PATCH] Amend --- src/wallet.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet.rs b/src/wallet.rs index 11e6f3895b..4fb1a247d2 100644 --- a/src/wallet.rs +++ b/src/wallet.rs @@ -81,7 +81,7 @@ pub(crate) struct Wallet { #[allow(dead_code)] impl Wallet { - #[allow(unused_variables, unreachable_code)] + #[allow(unused_variables)] pub(crate) fn create( name: String, settings: &Settings,