Skip to content

Commit

Permalink
cleanup: remove a TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
muzarski committed Aug 1, 2024
1 parent 6d774d4 commit b0863e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scylla-rust-wrapper/src/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ impl SerializeCql for CassCqlValue {
_typ: &ColumnType,
writer: CellWriter<'b>,
) -> Result<WrittenCellProof<'b>, SerializationError> {
// _typ is not used, since we do the typechecks during binding (this is still a TODO, high priority).
// _typ is not used, since we do the typechecks during binding.
// This is the same approach as cpp-driver.
self.do_serialize(writer)
}
Expand Down

0 comments on commit b0863e9

Please sign in to comment.