Skip to content

Commit

Permalink
lib.rs: Remove raw_batch re-export
Browse files Browse the repository at this point in the history
There should be no need for users to use this - it is only used
for interaction between scylla and scylla-cql.
  • Loading branch information
Lorak-mmk committed Oct 14, 2024
1 parent c2b9ad3 commit ed05c32
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scylla/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,6 @@ pub mod serialize {
};
}

pub mod raw_batch {
pub use scylla_cql::types::serialize::raw_batch::{
RawBatchValues, RawBatchValuesAdapter, RawBatchValuesIterator,
RawBatchValuesIteratorAdapter,
};
}

pub mod row {
// Main types
pub use scylla_cql::types::serialize::row::{RowSerializationContext, SerializeRow};
Expand Down

0 comments on commit ed05c32

Please sign in to comment.