Skip to content

Commit 67bbca0

Browse files
committed
style: suppress too_many_arguments clippy warning on parse_group_shape
Signed-off-by: Yonghye Kwon <developer.0hye@gmail.com>
1 parent 610c420 commit 67bbca0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/office2pdf/src/parser/pptx_shapes.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ impl GroupTransform {
7878
/// Reads through the group's header sections (`nvGrpSpPr`, `grpSpPr`),
7979
/// extracts the coordinate transform, then slices the original XML to
8080
/// get the child shapes, and recursively parses them via `parse_slide_xml`.
81+
#[allow(clippy::too_many_arguments)]
8182
pub(super) fn parse_group_shape(
8283
reader: &mut Reader<&[u8]>,
8384
xml: &str,

0 commit comments

Comments
 (0)