Files
codewhale/.deepseek
Hunter Bown 5092f67557 fix: resolve clippy warnings for Rust 1.92
- Use strip_prefix instead of manual string slicing in apply_patch.rs
- Use vec![] macro instead of Vec::new() + push in api_key.rs
- Fix iter_overeager_cloned by filtering before cloning in session_picker.rs
- Use ? operator instead of let...else in delete_selected
- Allow clippy::too_many_arguments for build_list_lines

🤖 Generated with [Claude Code](https://claude.com/claude-code)
2026-01-21 22:46:07 -06:00
..