Skip to content

Commit d67f6e7

Browse files
authored
chore: make clippy happy (#2038)
1 parent c64887f commit d67f6e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/shadowsocks-service/src/local/http/http_client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ pub enum HttpClientError {
5353
InvalidHeaderValue(#[from] InvalidHeaderValue),
5454
}
5555

56+
#[allow(clippy::large_enum_variant)]
5657
#[derive(thiserror::Error, Debug)]
5758
enum SendRequestError<B> {
5859
#[error("{0}")]

0 commit comments

Comments
 (0)