Update Cargo.lock file (#157)

This commit is contained in:
Ulyssa 2023-09-12 17:17:29 -07:00
parent 0565b6eb05
commit 7fdb5f98e3
No known key found for this signature in database
GPG key ID: F2873CA2997B83C5
5 changed files with 689 additions and 916 deletions

View file

@ -271,7 +271,6 @@ fn iamb_editor(desc: CommandDescription, ctx: &mut ProgContext) -> ProgResult {
return Result::Err(CommandError::InvalidArgument);
}
let sact = IambAction::from(SendAction::SubmitFromEditor);
let step = CommandStep::Continue(sact.into(), ctx.context.take());