Skip to content

Commit 47c1796

Browse files
committed
remove unused import
1 parent 3ffd554 commit 47c1796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-ar/src/mmu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use arbitrary_int::{u12, u2, u3, u4, Number};
1+
use arbitrary_int::{u12, u2, u3, u4};
22

33
#[derive(Debug, thiserror::Error)]
44
#[cfg_attr(feature = "defmt", derive(defmt::Format))]

0 commit comments

Comments
 (0)