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 Nov 28, 2023
1 parent 0f917ae commit 7268931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wayland/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub trait Application: Sized {
type Theme: Default + StyleSheet;

/// The data needed to initialize your [`Application`].
type Flags: Clone;
type Flags;

/// Initializes the [`Application`] with the flags provided to
/// [`run`] as part of the [`Settings`].
Expand Down

0 comments on commit 7268931

Please sign in to comment.