Skip to content

Commit f649822

Browse files
committed
lib.rs: Remove raw_batch re-export
There should be no need for users to use this - it is only used for interaction between scylla and scylla-cql.
1 parent 04eb40a commit f649822

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

scylla-cql/src/types/serialize/raw_batch.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//! Contains the [`RawBatchValues`] and [`RawBatchValuesIterator`] trait and their
22
//! implementations.
33
4-
// Note: When editing above doc-comment edit the corresponding comment on
5-
// re-export module in scylla crate too.
6-
74
use super::batch::{BatchValues, BatchValuesIterator};
85
use super::row::{RowSerializationContext, SerializedValues};
96
use super::{RowWriter, SerializationError};

scylla/src/lib.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,6 @@ pub mod serialize {
150150
};
151151
}
152152

153-
/// Contains the [RawBatchValues][raw_batch::RawBatchValues] and [RawBatchValuesIterator][raw_batch::RawBatchValuesIterator]
154-
/// trait and their implementations.
155-
pub mod raw_batch {
156-
pub use scylla_cql::types::serialize::raw_batch::{
157-
RawBatchValues, RawBatchValuesAdapter, RawBatchValuesIterator,
158-
RawBatchValuesIteratorAdapter,
159-
};
160-
}
161-
162153
/// Contains the [SerializeRow][row::SerializeRow] trait and its implementations.
163154
pub mod row {
164155
// Main types

0 commit comments

Comments
 (0)