Remove Message: Clone
bound in Sandbox
This commit is contained in:
parent
361be7f6b7
commit
0cbd666875
@ -81,7 +81,7 @@ pub trait Sandbox {
|
|||||||
/// The type of __messages__ your [`Sandbox`] will produce.
|
/// The type of __messages__ your [`Sandbox`] will produce.
|
||||||
///
|
///
|
||||||
/// [`Sandbox`]: trait.Sandbox.html
|
/// [`Sandbox`]: trait.Sandbox.html
|
||||||
type Message: std::fmt::Debug + Send + Clone;
|
type Message: std::fmt::Debug + Send;
|
||||||
|
|
||||||
/// Initializes the [`Sandbox`].
|
/// Initializes the [`Sandbox`].
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user