Skip to content

Commit dee5f9d

Browse files
committed
cleanup: remove a TODO comment
1 parent d57c533 commit dee5f9d

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
@@ -160,7 +160,7 @@ impl SerializeCql for CassCqlValue {
160160
_typ: &ColumnType,
161161
writer: CellWriter<'b>,
162162
) -> Result<WrittenCellProof<'b>, SerializationError> {
163-
// _typ is not used, since we do the typechecks during binding (this is still a TODO, high priority).
163+
// _typ is not used, since we do the typechecks during binding.
164164
// This is the same approach as cpp-driver.
165165
self.do_serialize(writer)
166166
}

0 commit comments

Comments
 (0)