Chore: remove unused imports and suppress unused variable warnings

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>
This commit is contained in:
Ed L
2026-03-21 23:35:50 -07:00
parent 77f83bac3a
commit cc072e192d
10 changed files with 7 additions and 15 deletions

View File

@ -1,4 +1,3 @@
use anyhow::Result;
use crate::model::Model;
use crate::model::cell::{CellKey, CellValue};