diff --git a/src/app/mod.rs b/src/app/mod.rs index f775aba153d..5a487fe804e 100644 --- a/src/app/mod.rs +++ b/src/app/mod.rs @@ -362,7 +362,7 @@ where type Executor: iced_futures::Executor; /// Argument received [`Application::new`]. - type Flags: Clone; + type Flags; /// Message type specific to our app. type Message: Clone + std::fmt::Debug + Send + 'static;