ci: fix new clippy warnings (#6569)

This commit is contained in:
Michael Scholten
2024-05-18 10:09:37 +02:00
committed by GitHub
parent 35c6fd9924
commit daa89017da
11 changed files with 10 additions and 22 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ use crate::codec::decoder::Decoder;
use crate::codec::encoder::Encoder;
use bytes::{Buf, BufMut, BytesMut};
use std::{cmp, fmt, io, str, usize};
use std::{cmp, fmt, io, str};
/// A simple [`Decoder`] and [`Encoder`] implementation that splits up data into lines.
///