Remove Clone bound on Application::Message
This commit is contained in:
parent
bad1bab9e8
commit
7f9e5765d2
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ pub trait Application: Sized {
|
||||||
/// The type of __messages__ your [`Application`] will produce.
|
/// The type of __messages__ your [`Application`] will produce.
|
||||||
///
|
///
|
||||||
/// [`Application`]: trait.Application.html
|
/// [`Application`]: trait.Application.html
|
||||||
type Message: std::fmt::Debug + Send + Clone;
|
type Message: std::fmt::Debug + Send;
|
||||||
|
|
||||||
/// Initializes the [`Application`].
|
/// Initializes the [`Application`].
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue