mirror of
https://git.proxmox.com/git/proxmox
synced 2025-07-24 13:27:39 +00:00
clippy fixes
and one additional API fn "allow many parameters" addition. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
dbd5906402
commit
4a13373c4b
@ -246,7 +246,7 @@ fn test_human_byte_parser() -> Result<(), Error> {
|
||||
}
|
||||
|
||||
let new = h.to_string();
|
||||
if &new != as_str {
|
||||
if new != *as_str {
|
||||
bail!("to_string failed for '{}' ({:?} != {:?})", v, new, as_str);
|
||||
}
|
||||
Ok(())
|
||||
|
Loading…
Reference in New Issue
Block a user