From 4758e2ff75fc947f0c4a54d8efd87caf4db2afa2 Mon Sep 17 00:00:00 2001 From: Elliott Mahler Date: Sun, 12 Jan 2020 19:46:47 -0800 Subject: Additional clone removals for wasm --- web/src/bus.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/src/bus.rs') diff --git a/web/src/bus.rs b/web/src/bus.rs index 1b650b28..09908679 100644 --- a/web/src/bus.rs +++ b/web/src/bus.rs @@ -15,7 +15,7 @@ pub struct Bus { impl Bus where - Message: 'static + Clone, + Message: 'static, { pub(crate) fn new() -> Self { Self { -- cgit