Skip to content

Commit

Permalink
fix TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fee1-dead committed May 2, 2023
1 parent c59d45b commit ab81854
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proc_macro/src/bridge/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ pub enum LitKind {
StrRaw(u8),
ByteStr,
ByteStrRaw(u8),
CStr,
CStrRaw(u8),
Err,
}

Expand All @@ -350,6 +352,8 @@ rpc_encode_decode!(
StrRaw(n),
ByteStr,
ByteStrRaw(n),
CStr,
CStrRaw(n),
Err,
}
);
Expand Down

0 comments on commit ab81854

Please sign in to comment.