mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-18 08:02:27 +00:00
small window change
This commit is contained in:
parent
663e8aed8a
commit
e315e1bb6c
1 changed files with 1 additions and 1 deletions
|
@ -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<V2>,
|
||||
{
|
||||
let view = self.view();
|
||||
|
|
Loading…
Reference in a new issue