Skip to content

Commit 148e43d

Browse files
committed
Remove unnecessary impl Sync
1 parent 927d805 commit 148e43d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

talpid-windows/src/io.rs

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ pub struct Overlapped {
1414

1515
// SAFETY: Both OVERLAPPED and Event is used for async I/O, so this *should* be safe.
1616
unsafe impl Send for Overlapped {}
17-
// SAFETY: See above.
18-
unsafe impl Sync for Overlapped {}
1917

2018
impl Overlapped {
2119
/// Creates an `OVERLAPPED` object with `hEvent` set.

0 commit comments

Comments
 (0)