Remove error type

This commit is contained in:
Michael Mikovsky
2026-03-17 15:15:37 -06:00
parent 4b949f6b7e
commit 3a5605bc0d
2 changed files with 0 additions and 73 deletions
-3
View File
@@ -1,11 +1,8 @@
#![no_main]
mod error;
pub mod logger;
pub mod tree;
pub use error::{ModuleError, Result};
// Re-exports
pub use serde_json::{Value, json};
pub use ush_obfuscate as obfuscate;