From 4d8feb4921cde4b70bb6db4ccd525a69205dee7f Mon Sep 17 00:00:00 2001 From: rbran Date: Thu, 10 Apr 2025 12:58:27 +0000 Subject: [Rust] Implement `LanguageRepresentation` and `LineFormatter` --- rust/src/high_level_il.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src/high_level_il.rs') diff --git a/rust/src/high_level_il.rs b/rust/src/high_level_il.rs index adb44a7e..8d02720d 100644 --- a/rust/src/high_level_il.rs +++ b/rust/src/high_level_il.rs @@ -4,6 +4,7 @@ mod function; mod instruction; mod lift; pub mod operation; +pub mod token_emitter; pub use self::block::*; pub use self::function::*; -- cgit v1.3.1