chore: fix warnings

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-24 01:17:02 +02:00
parent 8a648c98cc
commit c34ce37e6d
3 changed files with 3 additions and 7 deletions

View File

@@ -19,9 +19,9 @@ fn main() {
let large_content: [u8; 1000000] = [0; 1000000];
envelope_capnp_benchmark(&large_content);;
envelope_capnp_benchmark(&large_content);
envelope_json_benchmark(&large_content);;
envelope_json_benchmark(&large_content);
println!("done")
}