Skip to content

Commit a768024

Browse files
committed
fix(signed-doc): linter
Signed-off-by: bkioshn <bkioshn@gmail.com>
1 parent 14b48a1 commit a768024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/signed_doc/src/metadata/document_refs/doc_locator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ impl Decode<'_, ProblemReport> for DocLocator {
116116

117117
impl Encode<()> for DocLocator {
118118
fn encode<W: minicbor::encode::Write>(
119-
&self, e: &mut minicbor::Encoder<W>, _: &mut (),
119+
&self, e: &mut minicbor::Encoder<W>, (): &mut (),
120120
) -> Result<(), minicbor::encode::Error<W::Error>> {
121121
e.map(DOC_LOC_MAP_ITEM)?;
122122
e.str(CID_MAP_KEY)?;

0 commit comments

Comments
 (0)