Skip to content

Commit

Permalink
added pub use crate::arrow::{read, write};
Browse files Browse the repository at this point in the history
  • Loading branch information
osawyerr committed Nov 4, 2023
1 parent 4a58499 commit d3c888c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-parquet/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(clippy::len_without_is_empty)]
pub mod arrow;
pub use arrow::{read, write};
pub use crate::arrow::{read, write};
pub mod parquet;

0 comments on commit d3c888c

Please sign in to comment.