Remove Message: Clone bound in Sandbox

This commit is contained in:
Héctor Ramón Jiménez 2020-01-13 07:03:52 +01:00
parent 361be7f6b7
commit 0cbd666875

View File

@ -81,7 +81,7 @@ pub trait Sandbox {
/// The type of __messages__ your [`Sandbox`] will produce.
///
/// [`Sandbox`]: trait.Sandbox.html
type Message: std::fmt::Debug + Send + Clone;
type Message: std::fmt::Debug + Send;
/// Initializes the [`Sandbox`].
///