and another *new* clippy fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-05-07 11:50:54 +02:00
parent f406e6fb34
commit 1d1f80f5ca

View File

@ -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,
}
}