From 1d1f80f5ca399c08828839454aab0b4b6599dea6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 7 May 2021 11:50:54 +0200 Subject: [PATCH] and another *new* clippy fixup Signed-off-by: Wolfgang Bumiller --- src/account.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/account.rs b/src/account.rs index 8fe22726..8144d39b 100644 --- a/src/account.rs +++ b/src/account.rs @@ -41,8 +41,8 @@ impl Account { pub fn from_parts(location: String, private_key: String, data: AccountData) -> Self { Self { location, - private_key, data, + private_key, } }