diff options
Diffstat (limited to 'src/settings.rs')
-rw-r--r-- | src/settings.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.rs b/src/settings.rs index d9476b61..92204847 100644 --- a/src/settings.rs +++ b/src/settings.rs @@ -6,7 +6,7 @@ use std::borrow::Cow; /// The settings of an application. #[derive(Debug, Clone)] -pub struct Settings<Flags> { +pub struct Settings<Flags = ()> { /// The identifier of the application. /// /// If provided, this identifier may be used to identify the application or |