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 d57c533 commit dee5f9dCopy full SHA for dee5f9d
scylla-rust-wrapper/src/value.rs
@@ -160,7 +160,7 @@ impl SerializeCql for CassCqlValue {
160
_typ: &ColumnType,
161
writer: CellWriter<'b>,
162
) -> Result<WrittenCellProof<'b>, SerializationError> {
163
- // _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.
164
// This is the same approach as cpp-driver.
165
self.do_serialize(writer)
166
}
0 commit comments