Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Mar 1, 2025
1 parent bce07ab commit cf944cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cf944cb

Please sign in to comment.