mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 23:02:31 +00:00
Remove Default from TomlUserStoreConfig
This commit is contained in:
@@ -16,7 +16,7 @@ struct TomlDataModel {
|
|||||||
principals: Vec<User>,
|
principals: Vec<User>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, Deserialize, Serialize, Default)]
|
#[derive(Debug, Clone, Deserialize, Serialize)]
|
||||||
pub struct TomlUserStoreConfig {
|
pub struct TomlUserStoreConfig {
|
||||||
pub path: String,
|
pub path: String,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user