mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-06-06 07:41:41 +00:00
Drop obsolete Clone bound on Node
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
+1
-4
@@ -79,10 +79,7 @@ pub struct Config<M> {
|
||||
}
|
||||
|
||||
/// The Node is the main structure in mycelium. It governs the entire data flow.
|
||||
pub struct Node<M>
|
||||
where
|
||||
M: Clone,
|
||||
{
|
||||
pub struct Node<M> {
|
||||
router: router::Router<M>,
|
||||
peer_manager: peer_manager::PeerManager<M>,
|
||||
#[cfg(feature = "message")]
|
||||
|
||||
Reference in New Issue
Block a user