Skip to content

Commit 677f7f6

Browse files
removed too-many-arguments
1 parent c3649d3 commit 677f7f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/json/flatten.rs

-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ pub fn flatten_array_objects(
268268
Ok(())
269269
}
270270

271-
#[allow(clippy::too_many_arguments)]
272271
pub struct FlattenContext<'a> {
273272
pub current_level: usize,
274273
pub separator: &'a str,

0 commit comments

Comments
 (0)