Skip to content

Commit

Permalink
chore: address clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jun 7, 2024
1 parent b9305ff commit cff958e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actix-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ enum HttpVer {
Both,
}

#[allow(clippy::large_enum_variant)]
#[derive(Clone)]
enum StreamType {
Tcp,
Expand Down

0 comments on commit cff958e

Please sign in to comment.