Skip to content

Commit

Permalink
Rust linting errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancurtin committed Mar 26, 2024
1 parent 4e7ba83 commit 65db597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/explorer/src/lazyframe/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ pub fn lf_to_csv(
let options = CsvWriterOptions {
include_header: include_headers,
maintain_order: true,
serialize_options: serialize_options,
serialize_options,
..Default::default()
};

Expand Down

0 comments on commit 65db597

Please sign in to comment.