chore(crates): remove some warnings

This commit is contained in:
dusk 2025-08-13 19:42:58 +03:00
parent 4a865b45cd
commit aa397137f2
No known key found for this signature in database
4 changed files with 4 additions and 7 deletions

View file

@ -153,7 +153,7 @@ async fn verify(
)
.await?;
let encoded = process::process_async(result.data, req.kind).await?;
let _ = process::process_async(result.data, req.kind).await?;
Ok(())
}