Skip to content

Commit 20f0257

Browse files
Fix review comment
1 parent cd6ce2f commit 20f0257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/lib.rs

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

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

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

0 commit comments

Comments
 (0)