ZIm/crates/agent_servers/src
tidely cae072e0a0
Fix clippy::redundant_clone lint violations (#36558)
This removes around 900 unnecessary clones, ranging from cloning a few
ints all the way to large data structures and images.

A lot of these were fixed using `cargo clippy --fix --workspace
--all-targets`, however it often breaks other lints and needs to be run
again. This was then followed up with some manual fixing.

I understand this is a large diff, but all the changes are pretty
trivial. Rust is doing some heavy lifting here for us. Once I get it up
to speed with main, I'd appreciate this getting merged rather sooner
than later.

Release Notes:

- N/A
2025-08-23 10:39:25 -04:00
..
acp Add version detection for CC (#36502) 2025-08-23 10:39:24 -04:00
claude Fix clippy::redundant_clone lint violations (#36558) 2025-08-23 10:39:25 -04:00
acp.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-23 10:39:20 -04:00
agent_servers.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-23 10:39:23 -04:00
claude.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-23 10:39:25 -04:00
e2e_tests.rs Another batch of lint fixes (#36521) 2025-08-23 10:39:23 -04:00
gemini.rs thread view: Refine the UI a bit (#36504) 2025-08-23 10:39:24 -04:00
settings.rs Update to new agent schema (#35578) 2025-08-23 10:37:18 -04:00