Fix some clipplies

This commit is contained in:
Peter Ammon
2026-05-23 18:45:02 -07:00
parent a2bfd93451
commit 8067a5c2c8
2 changed files with 3 additions and 3 deletions

View File

@@ -574,9 +574,9 @@ fn test_convert() {
{:4} chars: {}\n
Use this seed to reproduce: {}",
origin.len(),
&bytes2hex(&origin),
bytes2hex(&origin),
n.len(),
&bytes2hex(&n),
bytes2hex(&n),
seed,
);
}