Skip to content

Commit 199a4a2

Browse files
committed
fix cliippy
1 parent 4340014 commit 199a4a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modeling-session/src/actor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ use crate::RunCommandError;
2020

2121
type Result<T> = std::result::Result<T, RunCommandError>;
2222

23+
#[allow(clippy::large_enum_variant)]
2324
pub enum Request {
2425
SendModelingCmd(ModelingCmdReq, oneshot::Sender<Result<()>>),
2526
GetResponse(ModelingCmdId, oneshot::Sender<Result<OkModelingCmdResponse>>),

0 commit comments

Comments
 (0)