Additional clone removals for wasm
This commit is contained in:
parent
7f9e5765d2
commit
4758e2ff75
2 changed files with 15 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ pub struct Bus<Message> {
|
|||
|
||||
impl<Message> Bus<Message>
|
||||
where
|
||||
Message: 'static + Clone,
|
||||
Message: 'static,
|
||||
{
|
||||
pub(crate) fn new() -> Self {
|
||||
Self {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue