Remove 'static' bound for P::State in Program::run_with
This commit is contained in:
parent
cdb18e610a
commit
cab9dec626
3 changed files with 6 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue