From a71267580db0a331ae394ed01cfef052805df21d Mon Sep 17 00:00:00 2001 From: Matt Revell Date: Mon, 25 Aug 2025 19:14:20 -0500 Subject: [PATCH] run clipply ... --- crates/debugger_ui/src/new_process_modal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/debugger_ui/src/new_process_modal.rs b/crates/debugger_ui/src/new_process_modal.rs index f020ebdde1..84e2d2652f 100644 --- a/crates/debugger_ui/src/new_process_modal.rs +++ b/crates/debugger_ui/src/new_process_modal.rs @@ -1503,7 +1503,7 @@ impl PickerDelegate for DebugDelegate { v_flex() .items_start() .child(highlighted_location.render(window, cx)) - .when_some(subtitle.clone(), |this, subtitle_text| { + .when_some(subtitle, |this, subtitle_text| { this.child( Label::new(subtitle_text) .size(LabelSize::Small)