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 4e613f4 commit 4340014Copy full SHA for 4340014
modeling-cmds/src/websocket.rs
@@ -69,6 +69,7 @@ pub struct ModelingCmdReq {
69
}
70
71
/// The websocket messages the server receives.
72
+#[allow(clippy::large_enum_variant)]
73
#[derive(Serialize, Deserialize, Debug, Clone)]
74
#[cfg_attr(feature = "derive-jsonschema-on-enums", derive(schemars::JsonSchema))]
75
#[serde(tag = "type", rename_all = "snake_case")]
0 commit comments