ZIm/crates/debugger_ui/src/tests
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
..
attach_modal.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
console.rs debugger: Improve performance with large # of output (#33874) 2025-07-04 01:12:12 +02:00
dap_logger.rs debugger: Fix DAP Logs mangling sessions across multiple Zed windows (#33656) 2025-06-30 15:01:54 +00:00
debugger_panel.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
inline_values.rs Truncate multi-line debug value hints (#34305) 2025-07-11 17:49:52 +00:00
module_list.rs debugger: Add memory view (#33955) 2025-07-14 16:32:06 +02:00
new_process_modal.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
persistence.rs debugger: Enable setting debug panel dock position to the side (#29914) 2025-05-05 21:27:20 +00:00
stack_frame_list.rs debugger: Select first stack frame with valid path (#32724) 2025-06-13 22:35:07 +00:00
variable_list.rs Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00