Skip to content

Commit 1c1ce17

Browse files
committed
fix wrong TxnCodec mark trait for raw::Keyspace
Signed-off-by: iosmanthus <[email protected]>
1 parent 5bd0f6e commit 1c1ce17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raw/codec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ impl Keyspace {
2424

2525
impl_request_codec_for_new_type!(Keyspace);
2626

27-
impl TxnCodec for Keyspace {}
27+
impl RawCodec for Keyspace {}

0 commit comments

Comments
 (0)