Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
batch: remove re-export of consistency enums
Remove re-export of consistency enums in batch.rs: - scylla:statement::batch::Consistency - scylla:statement::batch::SerialConsistency A user of the driver should instead use: - scylla:statement::Consistency - scylla:statement::SerialConsistency This change is a part of our effort to stabilize the API and reduce the number of pub exports. Refs #660
- Loading branch information