Skip to content

Commit c9853df

Browse files
authored
Merge pull request #59 from diamondhands-rgb/pr-remove-unused-imports
Remove unused imports.
2 parents e3ae57a + f31c5d3 commit c9853df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/isa/exec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ impl InstructionSet for ReservedOp {
10161016
mod tests {
10171017
use super::*;
10181018
use crate::data::{Layout, Step};
1019-
use crate::reg::{Reg16, Reg8, RegBlockAR};
1019+
use crate::reg::{Reg16};
10201020

10211021
#[test]
10221022
fn cmp_ne_test() {

0 commit comments

Comments
 (0)