Skip to content

Commit 420d505

Browse files
committed
cleanup: remove a TODO comment
1 parent d91deb0 commit 420d505

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

0 commit comments

Comments
 (0)