trivial clippy fix
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
3663ae8255
commit
1ba198265c
@ -95,7 +95,7 @@ fn parse_register_response(
|
||||
}
|
||||
info.serverid = Some(server_id.to_owned());
|
||||
}
|
||||
"md5hash" => md5hash = value.to_owned(),
|
||||
"md5hash" => value.clone_into(&mut md5hash),
|
||||
_ => (),
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user