aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2024-06-22 00:25:01 -0700
committeriximeow <me@iximeow.net>2024-06-22 00:25:01 -0700
commit347042c45ced56b37a665a2c4b042b7f7aae8e03 (patch)
tree31bab03cf9bf54bf8d4173a81e487ce8fb62b28a /src/lib.rs
parentd16cc79d7b7091f67328a0080634ce6cd4880dbd (diff)
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
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
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",