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