Skip to content

Commit c12172b

Browse files
Fix warning
1 parent 2e7dd7c commit c12172b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/client.rs

+6-3
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,14 @@ use crate::interrupt::InterruptFlag;
8484
use crate::pipe::{TrussedRequester, TRUSSED_INTERCHANGE};
8585
use crate::service::Service;
8686
use crate::types::{
87-
consent, reboot, Bytes, CertId, CounterId, KeyId, KeySerialization, Location, Mechanism,
88-
MediumData, Message, PathBuf, Platform, SerializedKey, ShortData, Signature,
89-
SignatureSerialization, StorageAttributes, UserAttribute,
87+
consent, reboot, Bytes, CertId, KeyId, KeySerialization, Location, Mechanism, MediumData,
88+
Message, PathBuf, Platform, SerializedKey, ShortData, Signature, SignatureSerialization,
89+
StorageAttributes, UserAttribute,
9090
};
9191

92+
#[cfg(feature = "counter-client")]
93+
use crate::types::CounterId;
94+
9295
pub use crate::platform::Syscall;
9396

9497
pub mod mechanisms;

0 commit comments

Comments
 (0)