Merge pull request #3052 from jvatic/main
embassy-sync: remove T: Send for Signal<M, T>
This commit is contained in:
commit
4a4b8c9b8d
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ where
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<M, T: Send> Signal<M, T>
|
impl<M, T> Signal<M, T>
|
||||||
where
|
where
|
||||||
M: RawMutex,
|
M: RawMutex,
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue