Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 committed Jan 24, 2024
1 parent fd8f1c2 commit 2852a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/1_advanced/8_status_list_2021.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async fn main() -> anyhow::Result<()> {
FailFast::FirstError,
)?;
// Check manually for revocation
let _ = JwtCredentialValidatorUtils::check_status_with_status_list_2021(
JwtCredentialValidatorUtils::check_status_with_status_list_2021(
&credential,
&status_list_credential,
StatusCheck::Strict,
Expand All @@ -173,7 +173,7 @@ async fn main() -> anyhow::Result<()> {
status_list_credential.set_credential_status(&mut credential, credential_index, true)?;

// validate the credential and check for revocation
let _ = validator.validate::<_, Object>(
validator.validate::<_, Object>(
&credential_jwt,
&issuer_document,
&validation_options,
Expand Down

0 comments on commit 2852a53

Please sign in to comment.