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 f45d641 commit 42ca048Copy full SHA for 42ca048
scylla-rust-wrapper/src/value.rs
@@ -171,7 +171,7 @@ impl SerializeCql for CassCqlValue {
171
_typ: &ColumnType,
172
writer: CellWriter<'b>,
173
) -> Result<WrittenCellProof<'b>, SerializationError> {
174
- // _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.
175
// This is the same approach as cpp-driver.
176
self.do_serialize(writer)
177
}
0 commit comments