Skip to content

Commit 696d8a7

Browse files
Fix review comment
1 parent cd6ce2f commit 696d8a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![no_std]
22

3-
use heapless::VecView;
4-
pub use iso7816::{command::CommandView, Interface, Status};
3+
pub use heapless::VecView;
4+
pub use iso7816::{command::CommandView, Interface};
55

66
pub type Result = iso7816::Result<()>;
77

0 commit comments

Comments
 (0)