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 31c5dc2 commit fa3c5aa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scylla/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,6 @@ pub mod serialize {
};
}

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

pub mod row {
pub use scylla_cql::types::serialize::row::{
// Main types
Expand Down

0 comments on commit fa3c5aa

Please sign in to comment.