summaryrefslogtreecommitdiffstats
path: root/src/application.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.rs')
-rw-r--r--src/application.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/application.rs b/src/application.rs
index a44d6342..8317abcb 100644
--- a/src/application.rs
+++ b/src/application.rs
@@ -192,8 +192,7 @@ where
/// [`Error`]: crate::Error
fn run(settings: Settings<Self::Flags>) -> crate::Result
where
- Self::Message: 'static,
- Self::Executor: 'static,
+ Self: 'static,
{
#[allow(clippy::needless_update)]
let renderer_settings = crate::renderer::Settings {