Skip to content

Commit 586ec01

Browse files
Update src/parser/mod.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 07a828f commit 586ec01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9533,7 +9533,7 @@ impl<'a> Parser<'a> {
95339533
}
95349534
}
95359535

9536-
pub fn parse_csv_body(
9536+
fn parse_csv_body(
95379537
&mut self,
95389538
options: &[CopyOption],
95399539
legacy_options: &[CopyLegacyOption],

0 commit comments

Comments
 (0)