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 a9435db commit 0325570Copy full SHA for 0325570
src/generated_schema/draft/schema_utils.rs
@@ -1071,6 +1071,7 @@ impl FromStr for ServerJsonrpcResponse {
1071
1072
/// To determine standard and custom results from the server side
1073
/// Custom results (CustomResult) are of type serde_json::Value and can be deserialized into any custom type.
1074
+#[allow(clippy::large_enum_variant)]
1075
#[derive(::serde::Serialize, Clone, Debug)]
1076
#[serde(untagged)]
1077
pub enum ResultFromServer {
0 commit comments