We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6ce2f commit 696d8a7Copy full SHA for 696d8a7
app/src/lib.rs
@@ -1,7 +1,7 @@
1
#![no_std]
2
3
-use heapless::VecView;
4
-pub use iso7816::{command::CommandView, Interface, Status};
+pub use heapless::VecView;
+pub use iso7816::{command::CommandView, Interface};
5
6
pub type Result = iso7816::Result<()>;
7
0 commit comments