Skip to content

chore: drop stale dead_code allows + dead helper#398

Merged
intendednull merged 1 commit into
mainfrom
claude/issue-196-dead-code-cleanup
Apr 27, 2026
Merged

chore: drop stale dead_code allows + dead helper#398
intendednull merged 1 commit into
mainfrom
claude/issue-196-dead-code-cleanup

Conversation

@intendednull
Copy link
Copy Markdown
Owner

Why

Stale #[allow(dead_code)] from old in-flight work. Fields now read. Helper unused.

Changes

  • web/state.rs: drop allow on settings_tab (read in app.rs, written 4 places).
  • web/state.rs: drop allow on voice_participants_map (read in event_processing.rs, app.rs, call_page.rs, channel_sidebar.rs).
  • client/storage.rs: delete save_download fn (zero callers anywhere).

Verify

cargo fmt --check, cargo clippy --workspace --all-targets -- -D warnings, cargo test --workspace, cargo check --target wasm32-unknown-unknown all clean.

Closes #196


Generated by Claude Code

Two web/state.rs fields (settings_tab, voice_participants_map) and one
client/storage.rs helper (save_download) carried #[allow(dead_code)]
from in-flight PRs that have since landed or closed. Fields now read
across app.rs, event_processing.rs, call_page.rs, channel_sidebar.rs.
save_download has zero callers anywhere in the tree.

Closes #196
@intendednull intendednull merged commit f83eeba into main Apr 27, 2026
7 checks passed
@intendednull intendednull deleted the claude/issue-196-dead-code-cleanup branch April 27, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[tech-debt] Stale #[allow(dead_code)] + dead save_download helper (blocked on in-flight PRs)

2 participants