Skip to content

Commit 4340014

Browse files
committed
fix lints...
1 parent 4e613f4 commit 4340014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modeling-cmds/src/websocket.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ pub struct ModelingCmdReq {
6969
}
7070

7171
/// The websocket messages the server receives.
72+
#[allow(clippy::large_enum_variant)]
7273
#[derive(Serialize, Deserialize, Debug, Clone)]
7374
#[cfg_attr(feature = "derive-jsonschema-on-enums", derive(schemars::JsonSchema))]
7475
#[serde(tag = "type", rename_all = "snake_case")]

0 commit comments

Comments
 (0)