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

Commit

Permalink
expose lexical when cast is activated
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Nov 27, 2021
1 parent b853d95 commit 313cb5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/mod.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! Misc utilities used in different places in the crate.

#[cfg(any(feature = "compute", feature = "io_csv_write", feature = "io_csv_read"))]
#[cfg(any(feature = "compute", feature = "io_csv_write", feature = "io_csv_read", feature = "compute_cast"))]
mod lexical;
#[cfg(any(feature = "compute", feature = "io_csv_write", feature = "io_csv_read"))]
#[cfg(any(feature = "compute", feature = "io_csv_write", feature = "io_csv_read", feature = "compute_cast"))]
pub use lexical::*;

#[cfg(feature = "benchmarks")]
Expand Down

0 comments on commit 313cb5e

Please sign in to comment.