ZIm/crates/extension_host/src
tidely 7bdc99abc1
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-20 12:20:13 +02:00
..
wasm_host lsp: Identify language servers by their configuration (#35270) 2025-08-18 11:43:52 +02:00
capability_granter.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
extension_host.rs Fix clippy::for_kv_map lint violations (#36493) 2025-08-20 11:22:19 +02:00
extension_settings.rs VSCode Settings import (#29018) 2025-04-23 20:54:09 +00:00
extension_store_test.rs Remove /docs slash command (#36325) 2025-08-16 19:00:31 +00:00
headless_host.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
wasm_host.rs Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00