Skip to content

Commit 4aede64

Browse files
committed
cleanup: remove a TODO comment
1 parent 91bb911 commit 4aede64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scylla-rust-wrapper/src/value.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ impl SerializeCql for CassCqlValue {
167167
_typ: &ColumnType,
168168
writer: CellWriter<'b>,
169169
) -> Result<WrittenCellProof<'b>, SerializationError> {
170-
// _typ is not used, since we do the typechecks during binding (this is still a TODO, high priority).
170+
// _typ is not used, since we do the typechecks during binding.
171171
// This is the same approach as cpp-driver.
172172
self.do_serialize(writer)
173173
}

0 commit comments

Comments
 (0)