Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Update src/io/csv/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao authored Sep 17, 2021
1 parent 7587ab0 commit a8850df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/io/csv/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ impl From<chrono::ParseError> for ArrowError {
#[cfg(feature = "io_csv_read")]
pub mod read;
#[cfg(feature = "io_csv_write")]
#[cfg_attr(docsrs, doc(cfg(feature = "io_csv_write")))]
pub mod write;

0 comments on commit a8850df

Please sign in to comment.