Skip to content

Commit 5200399

Browse files
committed
lib.rs: Remove SerializedValues and SerializedValuesIterator re-exports
Those are no longer used in any public API.
1 parent 6628b5f commit 5200399

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scylla/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@ pub mod serialize {
163163
BuiltinSerializationError, BuiltinSerializationErrorKind, BuiltinTypeCheckError,
164164
BuiltinTypeCheckErrorKind,
165165
};
166-
167-
// Not part of the old framework, but something that we should
168-
// still aim to remove from public API.
169-
pub use scylla_cql::serialize::row::{SerializedValues, SerializedValuesIterator};
170166
}
171167

172168
/// Contains the [SerializeValue][value::SerializeValue] trait and its implementations.

0 commit comments

Comments
 (0)