Additional clone removals for wasm

This commit is contained in:
Elliott Mahler 2020-01-12 19:46:47 -08:00
parent 7f9e5765d2
commit 4758e2ff75
2 changed files with 15 additions and 5 deletions

View file

@ -15,7 +15,7 @@ pub struct Bus<Message> {
impl<Message> Bus<Message>
where
Message: 'static + Clone,
Message: 'static,
{
pub(crate) fn new() -> Self {
Self {