We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794ea6d commit 0eb32ffCopy full SHA for 0eb32ff
scylla-rust-wrapper/src/value.rs
@@ -174,7 +174,7 @@ impl SerializeValue for CassCqlValue {
174
_typ: &ColumnType,
175
writer: CellWriter<'b>,
176
) -> Result<WrittenCellProof<'b>, SerializationError> {
177
- // _typ is not used, since we do the typechecks during binding (this is still a TODO, high priority).
+ // _typ is not used, since we do the typechecks during binding.
178
// This is the same approach as cpp-driver.
179
self.do_serialize(writer)
180
}
0 commit comments