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 4340014 commit 199a4a2Copy full SHA for 199a4a2
modeling-session/src/actor.rs
@@ -20,6 +20,7 @@ use crate::RunCommandError;
20
21
type Result<T> = std::result::Result<T, RunCommandError>;
22
23
+#[allow(clippy::large_enum_variant)]
24
pub enum Request {
25
SendModelingCmd(ModelingCmdReq, oneshot::Sender<Result<()>>),
26
GetResponse(ModelingCmdId, oneshot::Sender<Result<OkModelingCmdResponse>>),
0 commit comments