Skip to content

Commit

Permalink
Make expr module public for library consumption (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdye64 committed Apr 28, 2023
1 parent 6642660 commit befd967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mod dataset;
mod dataset_exec;
pub mod errors;
#[allow(clippy::borrow_deref_ref)]
mod expr;
pub mod expr;
#[allow(clippy::borrow_deref_ref)]
mod functions;
pub mod physical_plan;
Expand Down

0 comments on commit befd967

Please sign in to comment.