Skip to content

Commit

Permalink
Clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpita-Jaiswal committed Feb 26, 2023
1 parent 781f308 commit 30e0a7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ftd/src/executor/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ pub(crate) fn create_dummy_instruction_for_loop_element(
Ok(instruction)
}

#[allow(clippy::too_many_arguments)]
pub(crate) fn update_instruction_for_loop_element(
instruction: &ftd::interpreter2::Component,
doc: &mut ftd::executor::TDoc,
Expand Down

0 comments on commit 30e0a7d

Please sign in to comment.