From 4375d5b90b7b2702922dee99a0e834ba23ddef9e Mon Sep 17 00:00:00 2001 From: ngutech21 Date: Mon, 19 Feb 2024 13:51:55 +0100 Subject: [PATCH] fix: clippy --- moksha-mint/src/config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/moksha-mint/src/config.rs b/moksha-mint/src/config.rs index 5043ba8b..e973021f 100644 --- a/moksha-mint/src/config.rs +++ b/moksha-mint/src/config.rs @@ -111,6 +111,7 @@ impl MintConfig { } impl MintConfig { + #[allow(clippy::too_many_arguments)] pub const fn new( private_key: String, derivation_path: Option,