diff options
Diffstat (limited to 'src/table/lib.rs')
-rw-r--r-- | src/table/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/lib.rs b/src/table/lib.rs index e30a6665..ac129146 100644 --- a/src/table/lib.rs +++ b/src/table/lib.rs @@ -9,5 +9,5 @@ pub mod table_fullcopy; pub mod table_sharded; pub mod table_sync; -pub use table::*; pub use schema::*; +pub use table::*; |