Skip to content

Commit

Permalink
include mmap module in polars-io when parquet feature is requested (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nmandery committed Jan 21, 2022
1 parent 3609a78 commit d691b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polars/polars-io/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub mod ipc;
#[cfg(feature = "json")]
#[cfg_attr(docsrs, doc(cfg(feature = "json")))]
pub mod json;
#[cfg(feature = "csv-file")]
#[cfg(any(feature = "csv-file", feature = "parquet"))]
pub mod mmap;
#[cfg(feature = "parquet")]
#[cfg_attr(docsrs, doc(cfg(feature = "feature")))]
Expand Down

0 comments on commit d691b76

Please sign in to comment.