We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64887f commit d67f6e7Copy full SHA for d67f6e7
crates/shadowsocks-service/src/local/http/http_client.rs
@@ -53,6 +53,7 @@ pub enum HttpClientError {
53
InvalidHeaderValue(#[from] InvalidHeaderValue),
54
}
55
56
+#[allow(clippy::large_enum_variant)]
57
#[derive(thiserror::Error, Debug)]
58
enum SendRequestError<B> {
59
#[error("{0}")]
0 commit comments