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 91bb911 commit 4aede64Copy full SHA for 4aede64
scylla-rust-wrapper/src/value.rs
@@ -167,7 +167,7 @@ impl SerializeCql for CassCqlValue {
167
_typ: &ColumnType,
168
writer: CellWriter<'b>,
169
) -> Result<WrittenCellProof<'b>, SerializationError> {
170
- // _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.
171
// This is the same approach as cpp-driver.
172
self.do_serialize(writer)
173
}
0 commit comments