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 a8850df commit 90fb423
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 @@ -17,6 +17,7 @@ impl From<chrono::ParseError> for ArrowError {
}

#[cfg(feature = "io_csv_read")]
#[cfg_attr(docsrs, doc(cfg(feature = "io_csv_read")))]
pub mod read;
#[cfg(feature = "io_csv_write")]
#[cfg_attr(docsrs, doc(cfg(feature = "io_csv_write")))]
Expand Down

0 comments on commit 90fb423

Please sign in to comment.