Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
leftmostcat committed May 7, 2024
1 parent 6f17862 commit 519f512
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/types/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@ pub enum Attachment {
///
/// See <https://learn.microsoft.com/en-us/exchange/client-developer/web-service-reference/isinline>
is_inline: Option<bool>,

// XXX: With this field in place, parsing will fail if there is no
// `AttachmentItem` in the response.
// See https://github.com/tafia/quick-xml/issues/683
Expand Down
5 changes: 1 addition & 4 deletions src/types/sync_folder_items.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,5 @@ pub enum Change {
},

#[serde(rename_all = "PascalCase")]
ReadFlagChange {
item_id: ItemId,
is_read: bool,
},
ReadFlagChange { item_id: ItemId, is_read: bool },
}

0 comments on commit 519f512

Please sign in to comment.