🧹 Major warning cleanup: 200+ → 102 warnings (50% reduction)
- Fix TokenType enum naming convention (SNAKE_CASE → CamelCase) - Remove 60+ unused imports across multiple modules - Clean up interpreter, backend, and box modules - LLVM build now passes with significantly fewer warnings
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
use crate::box_trait::{NyashBox, StringBox, BoolBox, BoxCore, BoxBase};
|
||||
use crate::boxes::IntentBox;
|
||||
use crate::method_box::MethodBox;
|
||||
use crate::boxes::result::{ResultBox, NyashResultBox};
|
||||
use crate::boxes::result::ResultBox;
|
||||
use crate::transport::{Transport, InProcessTransport};
|
||||
use std::any::Any;
|
||||
use std::sync::{RwLock, Arc};
|
||||
|
||||
Reference in New Issue
Block a user