Skip to content

Commit 42ca048

Browse files
committed
cleanup: remove a TODO comment
1 parent f45d641 commit 42ca048

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
@@ -171,7 +171,7 @@ impl SerializeCql for CassCqlValue {
171171
_typ: &ColumnType,
172172
writer: CellWriter<'b>,
173173
) -> Result<WrittenCellProof<'b>, SerializationError> {
174-
// _typ is not used, since we do the typechecks during binding (this is still a TODO, high priority).
174+
// _typ is not used, since we do the typechecks during binding.
175175
// This is the same approach as cpp-driver.
176176
self.do_serialize(writer)
177177
}

0 commit comments

Comments
 (0)