Skip to content

Commit 87e89f5

Browse files
Fix formatting
1 parent f8bb38a commit 87e89f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv-rt/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,8 +662,8 @@ use riscv::register::{
662662
mtvec::{self as xtvec, Mtvec as Xtvec, TrapMode},
663663
};
664664

665-
pub use riscv_types::*;
666665
pub use riscv_rt_macros::{core_interrupt, entry, exception, external_interrupt};
666+
pub use riscv_types::*;
667667

668668
#[cfg(feature = "post-init")]
669669
pub use riscv_rt_macros::post_init;

0 commit comments

Comments
 (0)