Skip to content

Commit

Permalink
update module decl
Browse files Browse the repository at this point in the history
  • Loading branch information
OussamaSaoudi-db committed Sep 27, 2024
1 parent 1c8f3a0 commit 19a3fa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ffi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ use handle::Handle;
extern crate self as delta_kernel_ffi;

pub mod engine_funcs;
pub(crate) mod expressions;
pub(crate) mod scan;
pub(crate) mod schema;
pub mod expressions;
pub mod scan;
pub mod schema;

pub(crate) type NullableCvoid = Option<NonNull<c_void>>;

Expand Down

0 comments on commit 19a3fa0

Please sign in to comment.