Skip to content

Commit

Permalink
fix: remove accidental sync and send
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Jul 28, 2023
1 parent 9d3ffa0 commit 04ed58f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changes/accidental-sync-send.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tray-icon": "patch"
---

Remove accidental impl of `Sync` and `Send` for `TrayIcon` where it is not.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,3 @@ impl TrayIconEvent {
}
}
}

unsafe impl Sync for TrayIcon {}
unsafe impl Send for TrayIcon {}

0 comments on commit 04ed58f

Please sign in to comment.