Skip to content

Commit

Permalink
Fix: Remove unused arch::asm imports
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Aug 29, 2023
1 parent 7cf295a commit ef892cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions crates/core_arch/src/riscv64/zk.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use core::arch::asm;

#[cfg(test)]
use stdarch_test::assert_instr;

Expand Down
2 changes: 0 additions & 2 deletions crates/core_arch/src/riscv_shared/zk.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use core::arch::asm;

#[cfg(test)]
use stdarch_test::assert_instr;

Expand Down

0 comments on commit ef892cf

Please sign in to comment.