From f87d5d33c50adc6c7112945e61b23e4c4dd3e83c Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 2 Aug 2020 20:32:06 -0700 Subject: warnings-b-gon --- test/long_mode/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/long_mode/mod.rs') diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs index 8f041e9..ca4670c 100644 --- a/test/long_mode/mod.rs +++ b/test/long_mode/mod.rs @@ -4,7 +4,7 @@ mod operand; use std::fmt::Write; use yaxpeax_arch::{AddressBase, Decoder, LengthedInstruction}; -use yaxpeax_x86::long_mode::{DecodeError, InstDecoder, Opcode}; +use yaxpeax_x86::long_mode::{InstDecoder, Opcode}; fn test_invalid(data: &[u8]) { test_invalid_under(&InstDecoder::default(), data); -- cgit v1.1