We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f314416 commit c9575a6Copy full SHA for c9575a6
src/instruction/iand.rs
@@ -71,6 +71,8 @@ impl Instruction for IAnd {
71
72
#[cfg(test)]
73
mod tests {
74
+ use crate::instruction::TWELVE_SET;
75
+
76
use super::*;
77
78
const BITMASK_5: u16 = 1 << 5;
0 commit comments