Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes authored and wash2 committed Dec 4, 2023
1 parent fcfe9eb commit cda781c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cda781c

Please sign in to comment.