refactor: no Sync bound for Message
This commit is contained in:
parent
745cba1c2c
commit
b240e3fef2
2 changed files with 2 additions and 2 deletions
|
|
@ -401,7 +401,7 @@ where
|
|||
type Flags;
|
||||
|
||||
/// Message type specific to our app.
|
||||
type Message: Clone + std::fmt::Debug + Send + Sync + 'static;
|
||||
type Message: Clone + std::fmt::Debug + Send + 'static;
|
||||
|
||||
/// An ID that uniquely identifies the application.
|
||||
/// The standard is to pick an ID based on a reverse-domain name notation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue