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, 2 insertions, 1 deletions
diff --git a/src/application.rs b/src/application.rs
index 8317abcb..a44d6342 100644
--- a/src/application.rs
+++ b/src/application.rs
@@ -192,7 +192,8 @@ where
/// [`Error`]: crate::Error
fn run(settings: Settings<Self::Flags>) -> crate::Result
where
- Self: 'static,
+ Self::Message: 'static,
+ Self::Executor: 'static,
{
#[allow(clippy::needless_update)]
let renderer_settings = crate::renderer::Settings {