Removes dead use statements across dispatch, formula, import, model, and UI modules. Prefixes intentionally unused variables with _ in app.rs, analyzer.rs, and grid.rs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
153 B
Rust
10 lines
153 B
Rust
pub mod app;
|
|
pub mod grid;
|
|
pub mod formula_panel;
|
|
pub mod category_panel;
|
|
pub mod view_panel;
|
|
pub mod tile_bar;
|
|
pub mod import_wizard_ui;
|
|
pub mod help;
|
|
|