Skip to content

Commit

Permalink
fix(rs-dpp): remove unused cbor dep
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Sep 8, 2023
1 parent 52f2234 commit 328eaba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use crate::identifier::Identifier;
use crate::identity::identity_public_key::contract_bounds::ContractBounds::{
SingleContract, SingleContractDocumentType,
};
use crate::util::cbor_value::{CborCanonicalMap, CborMapExtension};
use crate::ProtocolError;
use bincode::{Decode, Encode};
use serde::{Deserialize, Deserializer, Serialize, Serializer};

Check warning on line 7 in packages/rs-dpp/src/identity/identity_public_key/contract_bounds/mod.rs

View workflow job for this annotation

GitHub Actions / clippy

unused imports: `Deserializer`, `Serializer`

warning: unused imports: `Deserializer`, `Serializer` --> packages/rs-dpp/src/identity/identity_public_key/contract_bounds/mod.rs:7:26 | 7 | use serde::{Deserialize, Deserializer, Serialize, Serializer}; | ^^^^^^^^^^^^ ^^^^^^^^^^
Expand Down

0 comments on commit 328eaba

Please sign in to comment.