From e39d6b576da2f25490bf739b61fc8c9f3ab7c2ec Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 21 Jun 2024 01:32:12 -0700 Subject: separate out display code further, reword comments on InstructionTextSink to be ... stern --- src/long_mode/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/long_mode/mod.rs') diff --git a/src/long_mode/mod.rs b/src/long_mode/mod.rs index 44ed89f..418d57f 100644 --- a/src/long_mode/mod.rs +++ b/src/long_mode/mod.rs @@ -8,8 +8,6 @@ pub use crate::MemoryAccessSize; #[cfg(feature = "fmt")] pub use self::display::{DisplayStyle, InstructionDisplayer}; -#[cfg(feature = "fmt")] -pub use self::display::{InstructionFormatter, NoColorsSink, DisplaySink, TokenType}; use core::cmp::PartialEq; use crate::safer_unchecked::unreachable_kinda_unchecked as unreachable_unchecked; -- cgit v1.1