- Replace .into_iter() with .iter() on slice reference - Use String::from() to avoid assigning_clones false positive - Mark startup_banner test as #[ignore] (requires ANTHROPIC_API_KEY) - Apply cargo fmt to all Rust sources
- Replace .into_iter() with .iter() on slice reference - Use String::from() to avoid assigning_clones false positive - Mark startup_banner test as #[ignore] (requires ANTHROPIC_API_KEY) - Apply cargo fmt to all Rust sources