1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-22 01:21:10 +00:00

chore: address clippy lint

This commit is contained in:
Rob Ede 2024-06-07 16:10:25 +01:00
parent b9305ff59d
commit cff958e518
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -488,6 +488,7 @@ enum HttpVer {
Both,
}
#[allow(clippy::large_enum_variant)]
#[derive(Clone)]
enum StreamType {
Tcp,