Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Nov 30, 2023
1 parent 25cc85e commit 3a163cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/re_arrow_store/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ pub(crate) use self::store::{
MetadataRegistry, PersistentIndexedTable,
};

#[allow(unused_imports)] // only used with some sets of feature flags atm
pub(crate) use self::store::PersistentIndexedTableInner;

// Re-exports
#[doc(no_inline)]
pub use arrow2::io::ipc::read::{StreamReader, StreamState};
Expand Down

0 comments on commit 3a163cd

Please sign in to comment.