fix: clippy warnings, add missing wry feature on examples (#1604)

* fix: clippy warnings, add missing wry feature on examples

* schema feat does not exist

* also add compression
This commit is contained in:
Lucas Fernandes Nogueira
2024-07-31 07:14:05 -03:00
committed by GitHub
parent e847cedc1f
commit 95da90f82e
10 changed files with 37 additions and 20 deletions
+2
View File
@@ -352,6 +352,7 @@ impl ActiveNotification {
}
}
#[cfg(mobile)]
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct ActionType {
@@ -364,6 +365,7 @@ pub struct ActionType {
hidden_previews_show_subtitle: bool,
}
#[cfg(mobile)]
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct Action {