Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth committed Sep 15, 2023
1 parent baa021c commit e2b665e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/0_basic/5_create_vc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use examples::create_did;
use examples::MemStorage;
use identity_iota::core::Object;
use identity_iota::core::Value;

use identity_iota::credential::DecodedJwtCredential;
use identity_iota::credential::Jwt;
use identity_iota::credential::JwtCredentialValidationOptions;
Expand Down
1 change: 0 additions & 1 deletion identity_storage/src/storage/tests/credential_jws.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use identity_document::document::CoreDocument;
use identity_document::verifiable::JwsVerificationOptions;
use identity_verification::jose::jws::JwsAlgorithm;
use identity_verification::MethodScope;
use serde_json::Value;

use crate::key_id_storage::KeyIdMemstore;
use crate::key_storage::JwkMemStore;
Expand Down

0 comments on commit e2b665e

Please sign in to comment.