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
|
) -> Subscription
|
||||||
where
|
where
|
||||||
V2: 'static,
|
V2: 'static,
|
||||||
V: Any + Send,
|
V: 'static + Send,
|
||||||
E: Entity<V2>,
|
E: Entity<V2>,
|
||||||
{
|
{
|
||||||
let view = self.view();
|
let view = self.view();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue