From 4a99f92f99a375a8423c4ded3daa06f8975e0123 Mon Sep 17 00:00:00 2001 From: Anthony Date: Wed, 22 Oct 2025 22:00:08 -0400 Subject: [PATCH] Clippy error --- crates/gpui/src/app/context.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/gpui/src/app/context.rs b/crates/gpui/src/app/context.rs index 8b10160ebb3b7838015c5c1983360441a5e3875b..6d4813f21d587293acce897706db43385e97b439 100644 --- a/crates/gpui/src/app/context.rs +++ b/crates/gpui/src/app/context.rs @@ -115,7 +115,6 @@ impl<'a, T: 'static> Context<'a, T> { .subscribe_internal(&cx.entity(), { let this = this.clone(); let on_event = on_event.clone(); - let handle = handle.clone(); move |e, event, cx| { if let Some(this) = this.upgrade()