Skip to content

Commit 0325570

Browse files
committed
chore: ignore clippy check
1 parent a9435db commit 0325570

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/generated_schema/draft/schema_utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,7 @@ impl FromStr for ServerJsonrpcResponse {
10711071

10721072
/// To determine standard and custom results from the server side
10731073
/// Custom results (CustomResult) are of type serde_json::Value and can be deserialized into any custom type.
1074+
#[allow(clippy::large_enum_variant)]
10741075
#[derive(::serde::Serialize, Clone, Debug)]
10751076
#[serde(untagged)]
10761077
pub enum ResultFromServer {

0 commit comments

Comments
 (0)