Fix some of the things current Clippy complains about (#2363)

This commit is contained in:
Adam Reichold
2024-04-16 04:27:06 +02:00
committed by GitHub
parent b493743f8d
commit 4708171a32
6 changed files with 13 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
use std::io::Write;
use std::{fmt, io, u64};
use std::{fmt, io};
use ownedbytes::OwnedBytes;