Skip to content

Commit

Permalink
Merge pull request #42 from Nitrokey/fix-clippy-warnings
Browse files Browse the repository at this point in the history
Fix warning
  • Loading branch information
sosthene-nitrokey authored Jun 7, 2024
2 parents 2e7dd7c + c12172b commit 720006d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,14 @@ use crate::interrupt::InterruptFlag;
use crate::pipe::{TrussedRequester, TRUSSED_INTERCHANGE};
use crate::service::Service;
use crate::types::{
consent, reboot, Bytes, CertId, CounterId, KeyId, KeySerialization, Location, Mechanism,
MediumData, Message, PathBuf, Platform, SerializedKey, ShortData, Signature,
SignatureSerialization, StorageAttributes, UserAttribute,
consent, reboot, Bytes, CertId, KeyId, KeySerialization, Location, Mechanism, MediumData,
Message, PathBuf, Platform, SerializedKey, ShortData, Signature, SignatureSerialization,
StorageAttributes, UserAttribute,
};

#[cfg(feature = "counter-client")]
use crate::types::CounterId;

pub use crate::platform::Syscall;

pub mod mechanisms;
Expand Down

0 comments on commit 720006d

Please sign in to comment.