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:
parent
b9305ff59d
commit
cff958e518
1 changed files with 1 additions and 0 deletions
|
@ -488,6 +488,7 @@ enum HttpVer {
|
|||
Both,
|
||||
}
|
||||
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
#[derive(Clone)]
|
||||
enum StreamType {
|
||||
Tcp,
|
||||
|
|
Loading…
Reference in a new issue