Skip to content

Commit a4f38c2

Browse files
committed
chore(hermes): fix lints
1 parent 3827170 commit a4f38c2

File tree

1 file changed

+1
-0
lines changed
  • hermes/bin/src/runtime_extensions/hermes/doc_sync

1 file changed

+1
-0
lines changed

hermes/bin/src/runtime_extensions/hermes/doc_sync/host.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const SHA2_256_CODE: u64 = 0x12;
2929
/// See: <https://github.com/ipld/cid-cbor/>
3030
const CID_CBOR_TAG: u64 = 42;
3131

32+
/// Wrapper for `hermes_ipfs::Cid` to implement `minicbor::Encode` for it.
3233
struct Cid(hermes_ipfs::Cid);
3334

3435
impl minicbor::Encode<()> for Cid {

0 commit comments

Comments
 (0)