Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
Signed-off-by: artur.kazimierski <artur.kazimierski@globallogic.com>
  • Loading branch information
akazimierskigl committed Mar 18, 2021
1 parent 7e71c39 commit 65decc3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/providers/cryptoauthlib/key_management.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2021 Contributors to the Parsec project.
// SPDX-License-Identifier: Apache-2.0
use super::Provider;
use crate::key_info_managers::{KeyInfo, KeyTriple};
use crate::providers::cryptoauthlib::key_slot::KeySlotStatus;
use parsec_interface::operations::psa_key_attributes::{Attributes, EccFamily, Type};
use parsec_interface::requests::ResponseStatus;
Expand Down
1 change: 0 additions & 1 deletion src/providers/cryptoauthlib/key_slot.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use log::warn;
use parsec_interface::operations::psa_algorithm::{
Aead, AeadWithDefaultLengthTag, Algorithm, AsymmetricSignature, Cipher, FullLengthMac, Hash,
KeyAgreement, Mac, RawKeyAgreement, SignHash,
Expand Down
1 change: 0 additions & 1 deletion src/providers/cryptoauthlib/key_slot_storage.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use crate::key_info_managers::KeyInfo;
use crate::providers::cryptoauthlib::key_slot::{AteccKeySlot, KeySlotStatus};
use parsec_interface::operations::psa_key_attributes::Attributes;
use parsec_interface::requests::ResponseStatus;
Expand Down

0 comments on commit 65decc3

Please sign in to comment.