From 347042c45ced56b37a665a2c4b042b7f7aae8e03 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 22 Jun 2024 00:25:01 -0700 Subject: extract reusable display bits into yaxpeax-arch, add a visitor fn to Operand comes with deleting the body of impl Colorize for Operand, because we can reuse the normal operand formatting code --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 491b6f0..a7b8531 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -139,8 +139,6 @@ pub mod real_mode; pub use real_mode::Arch as x86_16; mod safer_unchecked; -#[cfg(feature = "fmt")] -pub mod display; const MEM_SIZE_STRINGS: [&'static str; 65] = [ "BUG", -- cgit v1.1