Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Jun 7, 2024
1 parent 2e7dd7c commit c12172b
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 c12172b

Please sign in to comment.