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 15, 2024
1 parent e7864e5 commit 72d29ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions scylla-cql/src/types/serialize/raw_batch.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
//! Contains the [`RawBatchValues`] and [`RawBatchValuesIterator`] trait and their
//! implementations.
// Note: When editing above doc-comment edit the corresponding comment on
// re-export module in scylla crate too.

use super::batch::{BatchValues, BatchValuesIterator};
use super::row::{RowSerializationContext, SerializedValues};
use super::{RowWriter, SerializationError};
Expand Down
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 {
};
}

/// Contains the [`RawBatchValues`] and [`RawBatchValuesIterator`] trait and their
/// implementations.
pub mod raw_batch {
pub use scylla_cql::types::serialize::raw_batch::{
RawBatchValues, RawBatchValuesAdapter, RawBatchValuesIterator,
RawBatchValuesIteratorAdapter,
};
}

/// Contains the [`SerializeRow`] trait and its implementations.
pub mod row {
// Main types
Expand Down

0 comments on commit 72d29ba

Please sign in to comment.