Remove some stray Send bounds
This commit is contained in:
parent
18fcb41292
commit
b2c7ddc41f
3 changed files with 14 additions and 14 deletions
|
@ -113,7 +113,7 @@ pub trait VisualContext: Context {
|
|||
build_view: impl FnOnce(&mut ViewContext<'_, V>) -> V,
|
||||
) -> Self::Result<View<V>>
|
||||
where
|
||||
V: 'static + Send + Render;
|
||||
V: Render;
|
||||
}
|
||||
|
||||
pub trait Entity<T>: Sealed {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue