From e315e1bb6c6f90d54ccbfdb952cfd7161d04fbdc Mon Sep 17 00:00:00 2001 From: KCaverly Date: Tue, 31 Oct 2023 10:50:28 -0400 Subject: [PATCH] small window change --- crates/gpui2/src/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/gpui2/src/window.rs b/crates/gpui2/src/window.rs index e8c45f0191c7b52badaecc096dceb0e312d696b9..f1d4ff76ac08d1ca9f3ec1596c16804ab2c59919 100644 --- a/crates/gpui2/src/window.rs +++ b/crates/gpui2/src/window.rs @@ -1620,7 +1620,7 @@ impl<'a, 'w, V: 'static> ViewContext<'a, 'w, V> { ) -> Subscription where V2: 'static, - V: Any + Send, + V: 'static + Send, E: Entity, { let view = self.view();