Skip to content

Commit 8ffac72

Browse files
committed
cleanup: remove a TODO comment
1 parent 76adb65 commit 8ffac72

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

0 commit comments

Comments
 (0)