Skip to content

Commit ab81854

Browse files
committed
fix TODO comments
1 parent c59d45b commit ab81854

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

proc_macro/src/bridge/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,8 @@ pub enum LitKind {
337337
StrRaw(u8),
338338
ByteStr,
339339
ByteStrRaw(u8),
340+
CStr,
341+
CStrRaw(u8),
340342
Err,
341343
}
342344

@@ -350,6 +352,8 @@ rpc_encode_decode!(
350352
StrRaw(n),
351353
ByteStr,
352354
ByteStrRaw(n),
355+
CStr,
356+
CStrRaw(n),
353357
Err,
354358
}
355359
);

0 commit comments

Comments
 (0)