Fix all compilation errors and warnings
- Add missing module declarations in lib.rs (ai_interpreter, game_formatter, companion)
- Remove full-width spaces (\u{3000}) from companion.rs strings
- Add #[allow(dead_code)] for min_priority_score field (reserved for future use)
- Fix format string syntax (remove stray {})
All errors and warnings resolved. Clean build!
This commit is contained in:
@@ -2,4 +2,7 @@ pub mod memory;
|
|||||||
pub mod mcp;
|
pub mod mcp;
|
||||||
pub mod ai_interpreter;
|
pub mod ai_interpreter;
|
||||||
pub mod game_formatter;
|
pub mod game_formatter;
|
||||||
|
pub mod companion;
|
||||||
|
pub mod ai_interpreter;
|
||||||
|
pub mod game_formatter;
|
||||||
pub mod companion;
|
pub mod companion;
|
||||||
Reference in New Issue
Block a user