diff --git a/src/config/toml.rs b/src/config/toml.rs index 133b2ef..7f3a364 100644 --- a/src/config/toml.rs +++ b/src/config/toml.rs @@ -6,7 +6,7 @@ use toml::from_str; #[derive(Debug, Deserialize)] pub struct Config { pub imgur: ConfigImgur, - pub notification: ConfigNotification + pub notification: ConfigNotification, } #[derive(Debug, Deserialize)]